Fix for UTF8 URLs in static JS files. Next, all templated/snippet based JS has to be reviewed. Partial fix for bug#12065
This commit is contained in:
parent
0c1486c8d4
commit
25fe87db19
16 changed files with 65 additions and 57 deletions
|
|
@ -69,7 +69,7 @@ function showPopWin( e ) {
|
|||
}
|
||||
|
||||
|
||||
var status = YAHOO.util.Connect.asyncRequest('POST',url,callback,dataPart);
|
||||
var status = YAHOO.util.Connect.asyncRequest('POST',encodeURI(url),callback,dataPart);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue