Unchecks location sharing for geo location if it timesout
This commit is contained in:
parent
af97a14f7c
commit
d84c33c328
|
@ -638,6 +638,7 @@ var SN = { // StatusNet
|
|||
break;
|
||||
case error.TIMEOUT:
|
||||
$('#'+SN.C.S.NoticeGeoName).text(NoticeDataGeo_text.ErrorTimeout).removeClass('processing');
|
||||
$('#'+SN.C.S.NoticeDataGeo).attr('checked', false);
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user