From b1efa919cf6007d7908028fff42f7718e6a87f25 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Tue, 15 Oct 2013 13:50:25 -0400 Subject: [PATCH] Add google.ru --- js/id/ui/background.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/id/ui/background.js b/js/id/ui/background.js index 395c9f3d7..2cf1474b7 100644 --- a/js/id/ui/background.js +++ b/js/id/ui/background.js @@ -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; }