]> git.openstreetmap.org Git - rails.git/commitdiff
Reload the object list when the data browser is reopened
authorTom Hughes <tom@compton.nu>
Tue, 30 Jul 2013 20:38:16 +0000 (21:38 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 30 Jul 2013 20:38:16 +0000 (21:38 +0100)
app/assets/javascripts/index/browse.js

index 07cff50f0f7cb14814d16bee8d7bde5fcc8d534d..49090f69cfe1a3a0b3742867d2bdb4d224e3cdca 100644 (file)
@@ -62,6 +62,8 @@ function initializeBrowse(map) {
 
     openSidebar();
 
+    if (browseObjectList) loadObjectList();
+
     map.on("moveend", updateData);
     updateData();