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):