r84901 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r84900
|
r84901
|
r84902
>
Date:
13:00, 28 March 2011
Author:
nikerabbit
Status:
ok
Tags:
Comment:
Make sure that liquidThreads is defined globally. This fixes Special:NewMessages for me.
Modified paths:
/trunk/extensions/LiquidThreads/lqt.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/LiquidThreads/lqt.js
—
—
@@ -13,7 +13,7 @@
14
14
}).appendTo('head');
15
15
};
16
16
17
-var liquidThreads = {
17
+window.liquidThreads = {
18
18
currentReplyThread : null,
19
19
currentToolbar : null,
20
20
Status & tagging log
18:24, 11 August 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r84901
[
removed:
new
added:
ok]