Changeset 702

Show
Ignore:
Timestamp:
08/29/05 23:26:12 (3 years ago)
Author:
aprilp
Message:

Fixed small bug in that makes prevents IE to see the map properly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wifidog-auth/ChangeLog

    r701 r702  
     12005-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 
    152005-08-22 Pascal Leclerc  <pascal@plec.ca> 
    26        * install.php, Change javascript to OnClick + dependencie note 
  • trunk/wifidog-auth/wifidog/js/gmaps_hotspots_status_map.js

    r696 r702  
    155155         
    156156        var civicNumber = hotspot_element.getElementsByTagName("civicNumber"); 
    157         if(civicNumber == 1) 
     157        if(civicNumber.length == 1) 
    158158                html += "<i>" + civicNumber[0].firstChild.nodeValue + ",&nbsp;</i>"; 
    159159