r56056 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r56055
|
r56056
|
r56057
>
Date:
18:20, 8 September 2009
Author:
werdna
Status:
deferred
Tags:
Comment:
Reset edit buttons for each edit page load, otherwise you get them repeated
Modified paths:
/trunk/extensions/LiquidThreads/lqt.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/LiquidThreads/lqt.js
—
—
@@ -80,6 +80,8 @@
81
81
$j(container).find('#wpTextbox1').focus();
82
82
};
83
83
84
+ mwEditButtons = [];
85
+
84
86
$j.getScript( stylepath+'/common/edit.js',
85
87
function() {
86
88
$j(container).load(wgServer+wgScript, 'title='+encodeURIComponent(wgPageName)+
Status & tagging log
19:31, 8 September 2009
Werdna
(
talk
|
contribs
)
changed the
status
of r56056
[
removed:
new
added:
deferred]