Skip to content
Permalink
Browse files
Add google.ru
  • Loading branch information
tmcw committed Oct 15, 2013
1 parent ac171ca commit b1efa919cf6007d7908028fff42f7718e6a87f25
Showing 1 changed file with 2 additions and 1 deletion.
@@ -43,7 +43,8 @@ iD.ui.Background = function(context) {
function clickCustom() {
d3.event.preventDefault();
var template = window.prompt(t('background.custom_prompt'));
if (!template || template.indexOf('google.com') !== -1) {
if (!template || template.indexOf('google.com') !== -1 ||
template.indexOf('google.ru') !== -1) {
selectLayer();
return;
}

0 comments on commit b1efa91

Please sign in to comment.