From 82825fee41a631600baa02035e25ca2dd1f4e935 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 17 Sep 2020 21:33:11 +0200 Subject: [PATCH] fix sequence according to dependencies --- owrx/controllers/assets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/controllers/assets.py b/owrx/controllers/assets.py index 2bf9d30..abd4e0c 100644 --- a/owrx/controllers/assets.py +++ b/owrx/controllers/assets.py @@ -113,10 +113,10 @@ class AprsSymbolsController(AssetsController): class CompiledAssetsController(GzipMixin, ModificationAwareController): profiles = { "receiver.js": [ + "lib/chroma.min.js", "openwebrx.js", "lib/jquery-3.2.1.min.js", "lib/jquery.nanoscroller.js", - "lib/chroma.min.js", "lib/Header.js", "lib/Demodulator.js", "lib/DemodulatorPanel.js",