Timeout should be 10000, not 10
Revert "Unchecks location sharing for geo location if it timesout"
This reverts commit 8887d7a314
.
This commit is contained in:
parent
8887d7a314
commit
af97a14f7c
|
@ -638,13 +638,12 @@ 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;
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
timeout: 10
|
||||
timeout: 10000
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user