diff options
author | Evgeny Sorokin <me@ch1p.io> | 2024-04-03 03:52:17 +0300 |
---|---|---|
committer | Evgeny Sorokin <me@ch1p.io> | 2024-04-03 03:52:17 +0300 |
commit | 59b3315e3ad72ae8cb6cb00219d3ee935fc04685 (patch) | |
tree | 9eb3649a43d08e0c39d899acb1ef0bfeb0e7ada4 /bin | |
parent | 031ab7959511d9140db6c19653c89f39e61578a9 (diff) |
trying simple fix -- will it work?..
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/web_kbn.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |