Changeset 123 for trunk/npemap.org.uk
- Timestamp:
- Oct 21, 2006, 11:45:17 PM (14 years ago)
- Location:
- trunk/npemap.org.uk/static
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/index.html
r120 r123 57 57 var s6y = Math.round(y/3); 58 58 59 window.location=("tiles/map.html ?" + s6x + "," + s6y + ",3");59 window.location=("tiles/map.html#" + s6x + "," + s6y + ",3"); 60 60 61 61 YAHOO.util.Event.stopEvent(e); -
trunk/npemap.org.uk/static/tiles/allmaps.html
r86 r123 30 30 var s6y = Math.round(y/6); 31 31 32 window.location=("map.html ?" + s6x + "," + s6y + ",3");32 window.location=("map.html#" + s6x + "," + s6y + ",3"); 33 33 34 34 YAHOO.util.Event.stopEvent(e);
Note: See TracChangeset
for help on using the changeset viewer.