Content deleted Content added
Fix dependency |
maintenance: more info TypeError: Cannot read property '0' of undefined |
||
Line 33:
},
success:function(r, sts, xhr){
try {
} catch (e) {
return; // unexpected response e.g. TypeError: Cannot read property '0' of undefined
}
if(typeof(ts)=='undefined') return;
m=r.query.pages[articleId].revisions[0].timestamp.match(/^(\d\d\d\d)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)Z$/);
var dt;
|