MediaWiki:Gadget-ImageAnnotator.js: Difference between revisions

Content deleted Content added
m Maintenance: Fixing deprecated call to importScriptURI (mw:ResourceLoader/Migration_guide_(users)#importScriptURI)
Per request
 
(One intermediate revision by one other user 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,111 ⟶ 3,105:
 
} // end if (guard against double inclusions)
 
// </source>