Changeset 25
- Timestamp:
- Oct 12, 2006, 10:06:20 AM (15 years ago)
- Location:
- trunk/npemap.org.uk/static/tiles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/tiles/map.html
r24 r25 12 12 <script src="postcode.js"></script> 13 13 <h1 id=theTitle>New popular mapping</h1> 14 15 <p id=msgCall>JavaScript not enabled: Set your browser to use JavaScript.</p>16 14 17 15 <div id="main_page"> -
trunk/npemap.org.uk/static/tiles/mapTiles.js
r24 r25 111 111 112 112 prefix = prefixes[zoomLevel]; 113 document.getElementById('msgCall').innerHTML = 'Ajax Enabled.';114 113 } 115 114 … … 135 134 136 135 function updateGrid(theDirection) { 137 document.getElementById('msgCall').innerHTML = 'Function Called: Update Grid:' + theDirection;138 136 if ( theDirection == 'right' ) { 139 137 if ( offsetGridX < size-sizeGridX )
Note: See TracChangeset
for help on using the changeset viewer.