From 4971bee67c6249ca7de9960d5fd23487caddc11b Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 10 May 2020 16:12:37 +0200 Subject: [PATCH] create a javascript profile for the map, too --- htdocs/map.html | 5 +---- owrx/controllers/assets.py | 6 ++++++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/htdocs/map.html b/htdocs/map.html index dbfd13d..08e40b4 100644 --- a/htdocs/map.html +++ b/htdocs/map.html @@ -3,11 +3,8 @@ OpenWebRX Map - - - + - diff --git a/owrx/controllers/assets.py b/owrx/controllers/assets.py index f0bf6ac..59a532f 100644 --- a/owrx/controllers/assets.py +++ b/owrx/controllers/assets.py @@ -81,6 +81,12 @@ class CompiledAssetsController(Controller): "lib/Js8Threads.js", "lib/Modes.js", ], + "map.js": [ + "lib/jquery-3.2.1.min.js", + "lib/chroma.min.js", + "lib/Header.js", + "map.js", + ], } def indexAction(self):