From: John Firebaugh Date: Thu, 11 Jul 2013 18:53:08 +0000 (-0700) Subject: Fix undefined=undefined in query strings X-Git-Tag: live~4890^2~9 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4efab66bc67bb9e59de55fd801a0f46882585448 Fix undefined=undefined in query strings --- diff --git a/app/assets/javascripts/index.js b/app/assets/javascripts/index.js index 6ea276230..e615902d1 100644 --- a/app/assets/javascripts/index.js +++ b/app/assets/javascripts/index.js @@ -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);