MediaWiki:Gadget-ImageAnnotator.js: Difference between revisions

Content deleted Content added
m 177 revisions imported from commons:MediaWiki:Gadget-ImageAnnotator.js: resynch from source
Per request
 
(2 intermediate revisions by 2 users not shown)
Line 1:
// <source lang="javascript">
 
/*
ImageAnnotator v2.3.2
 
ATTENTION:
This is in the Gadget- prefix but not actually registered nor loaded as a Gadget. It is
loaded directly by [[MediaWiki:Common.js]], raw, unminified and in the global scope.
 
Image annotations. Draw rectangles onto image thumbnail displayed on image description
Line 3,064 ⟶ 3,058:
return s;
} else {
return importScriptURImw.loader.load( url );
}
},
Line 3,111 ⟶ 3,105:
 
} // end if (guard against double inclusions)
 
// </source>