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:
Sarven Capadisli 2010-01-13 15:50:45 +00:00
parent 8887d7a314
commit af97a14f7c
1 changed files with 1 additions and 2 deletions

View File

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