Unchecks location sharing for geo location if it timesout

This commit is contained in:
Sarven Capadisli 2010-01-13 15:51:32 +00:00
parent af97a14f7c
commit d84c33c328
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
},