Index: trunk/extensions/LiquidThreads/lqt.js |
— | — | @@ -220,7 +220,8 @@ |
221 | 221 | |
222 | 222 | mwEditButtons = []; |
223 | 223 | |
224 | | - $j.getScript( stylepath+'/common/edit.js', |
| 224 | + //Shouldn't this use RL? |
| 225 | + $j.getScript( wgScriptPath + '/resources/mediawiki.action/mediawiki.action.edit.js', |
225 | 226 | function() { |
226 | 227 | if ( isIE7 ) { |
227 | 228 | $j(container).empty().show(); |