From ba949d078c23b4b77700320c28a5863c8f6d3ef3 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Wed, 23 Feb 2011 09:20:19 +0000 Subject: Remove "obvious" help text --- modules/googlemap/wt_v3_googlemap.js.php | 2 +- modules/googlemap/wt_v3_pedigree_map.js.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/googlemap/wt_v3_googlemap.js.php b/modules/googlemap/wt_v3_googlemap.js.php index 9b481c2033..783acc408c 100644 --- a/modules/googlemap/wt_v3_googlemap.js.php +++ b/modules/googlemap/wt_v3_googlemap.js.php @@ -357,7 +357,7 @@ $STREETVIEW=get_module_setting('googlemap', 'GM_USE_STREETVIEW'); controlUI.style.borderWidth = '2px'; controlUI.style.cursor = 'pointer'; controlUI.style.textAlign = 'center'; - controlUI.title = ''; + controlUI.title = ''; controlDiv.appendChild(controlUI); // Set CSS for the control interior diff --git a/modules/googlemap/wt_v3_pedigree_map.js.php b/modules/googlemap/wt_v3_pedigree_map.js.php index 82d59a3ea4..7f3c4fc41b 100644 --- a/modules/googlemap/wt_v3_pedigree_map.js.php +++ b/modules/googlemap/wt_v3_pedigree_map.js.php @@ -59,7 +59,7 @@ function HomeControl(controlDiv, pm_map) { controlUI.style.borderWidth = '2px'; controlUI.style.cursor = 'pointer'; controlUI.style.textAlign = 'center'; - controlUI.title = ''; + controlUI.title = ''; controlDiv.appendChild(controlUI); // Set CSS for the control interior -- cgit v1.3