]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/account.rhtml
rails_port_0.5: Merge rails_port.
[rails.git] / app / views / user / account.rhtml
index 99253471d1f38b7ee0efac428d776563f1badb7e..f405e0b3cf5d0a09bb9ecb2e659980b3f58b6d40 100644 (file)
 
   <tr><td></td><td>
   <p>Update home location when I click on the map? <input type="checkbox" value="1" <% unless @user.home_lat and @user.home_lon %> checked="checked" <% end %> id="updatehome" /> </p>
-  <div id="map" style="border: 1px solid black; position: relative; width : 90%; height : 300px;">
-    <% # This now just used to detect the width/height required for the popup. %>
-    <p id="highlightinfo"></p>
-  </div>
+  <div id="map" style="border: 1px solid black; position: relative; width : 90%; height : 300px;"></div>
   </td></tr>
 </table>
 <%= submit_tag 'Save Changes' %>