Changeset 702
- Timestamp:
- 08/29/05 23:26:12 (8 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
wifidog/js/gmaps_hotspots_status_map.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/ChangeLog
r701 r702 1 2005-08-29 Philippe April <philippe@ilesansfil.org> 2 * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents 3 IE to see the map properly. 4 1 5 2005-08-22 Pascal Leclerc <pascal@plec.ca> 2 6 * install.php, Change javascript to OnClick + dependencie note -
trunk/wifidog-auth/wifidog/js/gmaps_hotspots_status_map.js
r696 r702 155 155 156 156 var civicNumber = hotspot_element.getElementsByTagName("civicNumber"); 157 if(civicNumber == 1)157 if(civicNumber.length == 1) 158 158 html += "<i>" + civicNumber[0].firstChild.nodeValue + ", </i>"; 159 159
