MediaWiki:Gadget-ImageAnnotator.js: Difference between revisions
Content deleted Content added
mNo edit summary |
protocol relative urls. |
||
Line 1,947:
+ '&prop=info|imageinfo&inprop=protection&iiprop=size'
+ '&titles=&callback=ImageAnnotator.info_callbacks[].callback';
make_calls (
function (length, titles) {
Line 2,704 ⟶ 2,703:
+ '&maxage=1800&smaxage=1800&uselang=' + wgUserLanguage //see bugzilla 22764
+ '&callback=ImageAnnotator.script_callbacks[].callback';
make_calls (
list
Line 3,135 ⟶ 3,133:
url += ((url.indexOf ('?') >= 0) ? '&' : '?') + 'dummyTimestamp=' + (new Date()).getTime ();
}
if (bypass_local_cache) {
var s = document.createElement ('script');
|