merging 6.8.5 bugfixes
This commit is contained in:
parent
67ea380786
commit
369af165f2
2 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ function tinyMCE_WebGUI_URLConvertor(url, node, on_save) {
|
|||
url = url.replace(/^\/\^/,"^");
|
||||
url = url.replace(/http:\/\/\//,"/");
|
||||
url = url.replace(/^.*(\^\/\;.*)$/,"$1");
|
||||
url = url.replace(/^.*(\^FileUrl\(.*\)\;.*)$/,"$1");
|
||||
return url;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue