From: Tom Hughes Date: Tue, 30 Jul 2013 20:38:16 +0000 (+0100) Subject: Reload the object list when the data browser is reopened X-Git-Tag: live~4874 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5508a3857f658e579167f6e1418cb679f0ea83db Reload the object list when the data browser is reopened --- diff --git a/app/assets/javascripts/index/browse.js b/app/assets/javascripts/index/browse.js index 07cff50f0..49090f69c 100644 --- a/app/assets/javascripts/index/browse.js +++ b/app/assets/javascripts/index/browse.js @@ -62,6 +62,8 @@ function initializeBrowse(map) { openSidebar(); + if (browseObjectList) loadObjectList(); + map.on("moveend", updateData); updateData();