mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
Fix js error caused by bnesse's checkin (which I reviewed, shame on me), r=mozbot.
This commit is contained in:
parent
ad9244c032
commit
3258da5468
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user