Changeset 52
- Timestamp:
- Oct 15, 2006, 10:27:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/tiles/mapTiles.js
r51 r52 162 162 pageElement.removeChild(markers[i]); 163 163 } 164 markerElement.style.visibility = 'hidden'; 164 165 markers = new Array(); 165 166 } … … 191 192 192 193 function updateGrid(theDirection) { 194 markerElement.style.visibility = 'hidden'; 193 195 if ( theDirection == 'right' ) { 194 196 if ( offsetGridX < size-sizeGridX )
Note: See TracChangeset
for help on using the changeset viewer.