Feature #17738 » rtehtmlarea_feature_6619_bugfix.patch
typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (working copy) | ||
---|---|---|
HTMLArea.loadScript = function(url, plugin) {
|
||
if (plugin) url = _editor_url + "/plugins/" + plugin + '/' + url;
|
||
if (HTMLArea.is_opera) url = _typo3_host_url + url;
|
||
if (HTMLArea._compressedScripts && url.indexOf("compressed") == -1) url = url.replace(/\.js$/gi, "-compressed.js");
|
||
if (HTMLArea._compressedScripts && url.indexOf("compressed") == -1) url = url.replace(/\.js$/gi, "_compressed.js");
|
||
HTMLArea._scripts.push(url);
|
||
};
|
||
HTMLArea.loadScript(RTEarea[0]["popupwin"] ? RTEarea[0]["popupwin"] : _editor_url + "popupwin.js");
|
- « Previous
- 1
- 2
- Next »