fix map overlay appearance, again

This commit is contained in:
rlx 2013-07-09 15:24:34 +00:00
parent 7bfa671ebf
commit 5c655f3337

View file

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