MediaWiki:PrettyLinkWidget.js: Difference between revisions

Content deleted Content added
Disable loading of urls that no longer work (404 Not Found)
mNo edit summary
 
Line 1:
/**
* @fileoverview File containing and invoking widget object
*
* @author <a href="mailto:magnusmanske@googlemail.com">Magnus Manske</a>
@fileoverview File containing and invoking widget object
@author <a href="mailto:magnusmanske@googlemail.com">Magnus Manske</a>
* Pretty Link Widget
* (c) 2011 by Magnus Manske
* Released under GPL v2 or higher
* USAGE : Add the following line to Special:MyPage/common.js
*
importScript('MediaWiki:PrettyLinkWidget.js')
* mw.loader.load('https://en.wikipedia.org/w/index.php?title=MediaWiki:PrettyLinkWidget.js&action=raw&ctype=text/javascript')
to your vector.js user subpage
*
*/