From: Matthew Flaschen Date: Sun, 30 Jun 2013 02:04:17 +0000 (-0400) Subject: runOnloadHook is now only called from wikibits. Remove old comment X-Git-Tag: 1.31.0-rc.0~19319 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=ba360e5504408186272a297a44dc939f46703adf;p=lhc%2Fweb%2Fwiklou.git runOnloadHook is now only called from wikibits. Remove old comment Change-Id: I01ad82b5ab6a0e006001b5b5073f57758cb20502 --- diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js index 8c01ba3a9c..488c37dad2 100644 --- a/skins/common/wikibits.js +++ b/skins/common/wikibits.js @@ -492,8 +492,6 @@ window.removeHandler = function( element, remove, handler ) { element.detachEvent( 'on' + remove, handler ); } }; -// note: all skins should call runOnloadHook() at the end of html output, -// so the below should be redundant. It's there just in case. window.hookEvent( 'load', window.runOnloadHook ); if ( isIE6 ) {