From 59b3315e3ad72ae8cb6cb00219d3ee935fc04685 Mon Sep 17 00:00:00 2001 From: Evgeny Sorokin Date: Wed, 3 Apr 2024 03:52:17 +0300 Subject: trying simple fix -- will it work?.. --- bin/web_kbn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/web_kbn.py b/bin/web_kbn.py index 0439c94..cb79917 100755 --- a/bin/web_kbn.py +++ b/bin/web_kbn.py @@ -44,7 +44,7 @@ common_static_files = { '+bootstrap.min.css': 1, '+bootstrap.bundle.min.js': 1, '+polyfills.js': 1, - '+app.js': 6, + '+app.js': 7, '+app.css': 6, 'hls.js': 1 } -- cgit v1.2.3