fixed some javascript bugs
This commit is contained in:
parent
fd57cbaa51
commit
55d73e193a
4 changed files with 32 additions and 27 deletions
|
|
@ -11,6 +11,7 @@ function tinyMCE_WebGUI_URLConvertor(url, node, on_save) {
|
|||
url = url.replace(new RegExp("%3B", "g"), ";");
|
||||
url = url.replace(new RegExp("%28", "g"), "(");
|
||||
url = url.replace(new RegExp("%29", "g"), ")");
|
||||
url = url.replace(/^\/\^/,"^");
|
||||
return url;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue