Index: branches/wmf-deployment/extensions/UsabilityInitiative/UsabilityInitiative.hooks.php |
— | — | @@ -53,15 +53,15 @@ |
54 | 54 | array( 'src' => 'js/plugins/jquery.browser.js', 'version' => 3 ), |
55 | 55 | array( 'src' => 'js/plugins/jquery.cookie.js', 'version' => 3 ), |
56 | 56 | array( 'src' => 'js/plugins/jquery.textSelection.js', 'version' => 3 ), |
57 | | - array( 'src' => 'js/plugins/jquery.wikiEditor.js', 'version' => 3 ), |
| 57 | + array( 'src' => 'js/plugins/jquery.wikiEditor.js', 'version' => '3x' ), // Live hack |
58 | 58 | array( 'src' => 'js/plugins/jquery.wikiEditor.toolbar.js', 'version' => 4 ), |
59 | 59 | array( 'src' => 'js/plugins/jquery.wikiEditor.toc.js', 'version' => 3 ), |
60 | 60 | ), |
61 | 61 | 'combined' => array( |
62 | | - array( 'src' => 'js/plugins.combined.js', 'version' => 4 ), |
| 62 | + array( 'src' => 'js/plugins.combined.js', 'version' => '4x' ), // Live hack |
63 | 63 | ), |
64 | 64 | 'minified' => array( |
65 | | - array( 'src' => 'js/plugins.combined.min.js', 'version' => 4 ), |
| 65 | + array( 'src' => 'js/plugins.combined.min.js', 'version' => '4x' ), // Live hack |
66 | 66 | ), |
67 | 67 | ), |
68 | 68 | ); |
Index: branches/wmf-deployment/extensions/UsabilityInitiative/EditToolbar/EditToolbar.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | /* Configuration */ |
21 | 21 | |
22 | 22 | // Bump the version number every time you change any of the .css/.js files |
23 | | -$wgEditToolbarStyleVersion = 13; |
| 23 | +$wgEditToolbarStyleVersion = '13x'; // Live hack |
24 | 24 | |
25 | 25 | // Set this to true to simply override the stock toolbar for everyone |
26 | 26 | $wgEditToolbarGlobalEnable = false; |