From 82996f9a86ca92f4df50f33dedc0e73a3412a004 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 20 Dec 2021 16:41:03 +0100 Subject: Use ID instead of class for grid divs. --- ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.js') diff --git a/ui.js b/ui.js index 2c27695..92fb42f 100644 --- a/ui.js +++ b/ui.js @@ -551,6 +551,6 @@ function on_click_card(evt) { /* INITIALIZE CLIENT */ build_map(); -scroll_with_middle_mouse(".grid_center"); +scroll_with_middle_mouse("#grid_center"); init_map_zoom(); init_client([ "United States", "Tripolitania" ]); -- cgit v1.2.3