From 1b1fb49eb848e80d852e72a55baeedc122c34199 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 10 Jul 2013 01:32:16 +0200 Subject: [PATCH] cosmetic changes --- source/Ox.UI/js/Map/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Map/Map.js b/source/Ox.UI/js/Map/Map.js index 4fde2ced..13adb37a 100644 --- a/source/Ox.UI/js/Map/Map.js +++ b/source/Ox.UI/js/Map/Map.js @@ -667,7 +667,7 @@ Ox.Map = function(options, self) { var $element; setTimeout(function() { try { - // Terms of Use + // "Terms of Use" $element = $(self.$map.find('a[href$="terms_maps.html"]').parent()); $element.css({ color: 'rgb(192, 192, 192)',