fix map overlay appearance, again
This commit is contained in:
parent
7bfa671ebf
commit
5c655f3337
1 changed files with 1 additions and 1 deletions
|
@ -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)',
|
||||
|
|
Loading…
Reference in a new issue