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)',