Skip to content

Commit

Permalink
do not remove result layers when region panel is opened #38
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Jun 24, 2019
1 parent 365bb78 commit c7e13cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions static/stemp_abw/js/map_functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,6 @@ function hideResultLayers() {
);
};

var region_panel_label = document.getElementById('panel-region-label');
region_panel_label.onclick = hideResultLayers;

var energy_panel_label = document.getElementById('panel-energy-label');
energy_panel_label.onclick = hideResultLayers;

Expand Down

0 comments on commit c7e13cd

Please sign in to comment.