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:
Colin Kuskie 2011-03-28 12:39:31 -07:00
parent 0c1486c8d4
commit 25fe87db19
16 changed files with 65 additions and 57 deletions

View file

@ -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);
}