diff --git a/source/Ox.UI/js/Map/Map.js b/source/Ox.UI/js/Map/Map.js index 452732f3..4fde2ced 100644 --- a/source/Ox.UI/js/Map/Map.js +++ b/source/Ox.UI/js/Map/Map.js @@ -683,7 +683,7 @@ Ox.Map = function(options, self) { color: 'rgb(192, 192, 192)' }); // Report Map Error - $element = $(self.$map.find('a[href$="$apiref:1"]').parent()) + $element = $(self.$map.find('a[href$="output=classic"]').parent()) $element.css({ borderColor: 'transparent', backgroundColor: 'rgba(255, 255, 255, 0.1)',