]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index.js
Consistent changeset color
[rails.git] / app / assets / javascripts / index.js
index a044937fc1158546bc3f6cff24bac50743bc2f13..c6295cb10bb8dfc08e9cf97ac328a1c3d8a5d995 100644 (file)
@@ -308,4 +308,5 @@ $(document).ready(function () {
       map.getCenter().lat.toFixed(precision) + "," +
       map.getCenter().lng.toFixed(precision)));
   });
+
 });