Fix js error caused by bnesse's checkin (which I reviewed, shame on me), r=mozbot.

This commit is contained in:
jaggernaut%netscape.com 2006-07-27 14:54:51 +00:00
parent ad9244c032
commit 3258da5468

View File

@ -695,7 +695,7 @@ function get_remote_datasource_url() {
debug("Unable to get system locale. What now? "+ex);
}
}
locale = locale.toLowerCase();
locale = locale.data.toLowerCase();
url = url.replace(/%LOCALE%/g, locale);
debug("Remote url is " + url);