User talk:Ilmari Karonen/unwatch.js
Broken script
editThe script is not working because document form namespace variables are now broken - i.e. the !document.forms[0].namespace portion the code will always exit the script. See User:Dl2000/Unwatcher.js for a fixed version. Dl2000 (talk) 22:56, 7 April 2013 (UTC)
Legacy JavaScript
editHello! This script has been detected as using deprecated parameters that need to be replaced with the updated version. Examples include addOnloadHook( ... )
needs to be replaced with $( ... )
or $( function() { ... } )
(depending on use); all wgGlobalVariables need to be properly gotten with mw.config.get( 'wgGlobalVariable' )
; and addPortletLink
needs to be called with mw.util.addPortletLink
. Please see MW:ResourceLoader/Legacy JavaScript for details. Thank you. — {{U|Technical 13}} (e • t • c)
21:31, 19 January 2015 (UTC)