cosmetic changes
This commit is contained in:
parent
564603a20e
commit
1b1fb49eb8
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ Ox.Map = function(options, self) {
|
||||||
var $element;
|
var $element;
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
try {
|
try {
|
||||||
// Terms of Use
|
// "Terms of Use"
|
||||||
$element = $(self.$map.find('a[href$="terms_maps.html"]').parent());
|
$element = $(self.$map.find('a[href$="terms_maps.html"]').parent());
|
||||||
$element.css({
|
$element.css({
|
||||||
color: 'rgb(192, 192, 192)',
|
color: 'rgb(192, 192, 192)',
|
||||||
|
|
Loading…
Reference in a new issue