r111458 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r111457
|
r111458
|
r111459
>
Date:
13:51, 14 February 2012
Author:
hashar
Status:
ok
Tags:
Comment:
revert
r108210
(js wgScriptPath removal)
Per CR, breaks back compatibility with MediaWiki 1.16.
Modified paths:
/trunk/extensions/SemanticMediaWiki/skins/SMW_tooltip.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticMediaWiki/skins/SMW_tooltip.js
—
—
@@ -21,7 +21,7 @@
22
22
var tt = null; // the tooltip
23
23
var all_tt = []; // record all active tooltips
24
24
25
-var imagePath = mw.config.get( 'wgScriptPath' ) + '/extensions/SemanticMediaWiki/skins/images/';
25
+var imagePath = wgScriptPath + '/extensions/SemanticMediaWiki/skins/images/';
26
26
27
27
// Dimensions of persistent tooltips
28
28
var SMWTT_WIDTH_P = 400;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r108210
Graaaaaah! Die die die legacy globals
nikerabbit
10:08, 6 January 2012
Status & tagging log
14:03, 14 February 2012
Jeroen De Dauw
(
talk
|
contribs
)
changed the
status
of r111458
[
removed:
deferred
added:
ok]