r62299 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62298‎ | r62299 | r62300 >
Date:11:47, 11 February 2010
Author:werdna
Status:deferred
Tags:
Comment:
Replace mw.addOnloadHook with generic $j(document).ready()
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.js
@@ -1555,7 +1555,7 @@
15561556 }
15571557 }
15581558
1559 -mw.addOnloadHook( function() {
 1559+$j(document).ready( function() {
15601560 // One-time setup for the full page
15611561
15621562 // Update the new thread link

Status & tagging log