Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.js |
— | — | @@ -75,7 +75,7 @@ |
76 | 76 | * Path to images - this is a bit messy, and it would need to change if this code (and images) gets moved into the |
77 | 77 | * core - or anywhere for that matter... |
78 | 78 | */ |
79 | | - 'imgPath' : wgScriptPath + '/extensions/WikiEditor/modules/images/', |
| 79 | + 'imgPath' : wgExtensionAssetsPath + '/WikiEditor/modules/images/', |
80 | 80 | /** |
81 | 81 | * Checks the current browser against the browsers object to determine if the browser has been black-listed or not. |
82 | 82 | * Because these rules are often very complex, the object contains configurable operators and can check against |
Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.iframe.js |
— | — | @@ -607,7 +607,7 @@ |
608 | 608 | 'frameBorder': 0, |
609 | 609 | 'border': 0, |
610 | 610 | 'tabindex': 1, |
611 | | - 'src': wgScriptPath + '/extensions/WikiEditor/modules/jquery.wikiEditor.html?' + |
| 611 | + 'src': wgExtensionAssetsPath + '/WikiEditor/modules/jquery.wikiEditor.html?' + |
612 | 612 | 'instance=' + context.instance + '&ts=' + ( new Date() ).getTime() + '&is=content', |
613 | 613 | 'id': 'wikiEditor-iframe-' + context.instance |
614 | 614 | } ) |