]> git.openstreetmap.org Git - rails.git/commitdiff
Fix undefined=undefined in query strings
authorJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 11 Jul 2013 18:53:08 +0000 (11:53 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 18 Jul 2013 17:45:17 +0000 (10:45 -0700)
app/assets/javascripts/index.js

index 6ea27623084a384d8c5c0122efe5937e234b06ea..e615902d1363d9cd0d357c499d603f10b69471db 100644 (file)
@@ -172,7 +172,7 @@ function updateLocation() {
   updatelinks(this.getCenter().wrap(),
       this.getZoom(),
       this.getLayersCode(),
-      this.getBounds().wrap(), {});
+      this.getBounds().wrap());
 
   var expiry = new Date();
   expiry.setYear(expiry.getFullYear() + 10);