myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2441] branches/neiss/app/views/maps/explore.rhtm


From: noreply
Subject: [myexperiment-hackers] [2441] branches/neiss/app/views/maps/explore.rhtml: removed bogus body element
Date: Tue, 22 Jun 2010 11:00:42 -0400 (EDT)

Revision
2441
Author
dgc
Date
2010-06-22 11:00:42 -0400 (Tue, 22 Jun 2010)

Log Message

removed bogus body element

Modified Paths

Diff

Modified: branches/neiss/app/views/maps/explore.rhtml (2440 => 2441)


--- branches/neiss/app/views/maps/explore.rhtml	2010-06-22 14:56:22 UTC (rev 2440)
+++ branches/neiss/app/views/maps/explore.rhtml	2010-06-22 15:00:42 UTC (rev 2441)
@@ -1,4 +1,3 @@
-<body 
 
 <script type="text/_javascript_">      
 			  var surveyMap;
@@ -51,11 +50,4 @@
  
  <script type="text/_javascript_">var tileService = 'http://tilefish.casa.ucl.ac.uk/TileRequestHandler.ashx?u={0}&t={1}'; var descriptor = '<%= @map.map_descriptor -%>'; surveyMap.addOverlay(getOverlay(tileService, descriptor));</script>
  <script type="text/_javascript_">surveyMap.setCenter(new GLatLng(<%= @map.latitude -%>, <%= @map.longitude -%>), <%= @map.zoom -%>);</script>
-         
-</body>
 
-
-
-
-
-

reply via email to

[Prev in Thread] Current Thread [Next in Thread]