From 2abc407c775667643a87ccf3fde12ead5514a2a1 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 23 Jan 2022 01:56:17 +0100 Subject: [PATCH] Use JavaScript modules --- srv/static/index.html | 45 ++--- srv/static/js/ajaxhelper.js | 14 +- srv/static/js/buildactionspage.js | 249 +++++++++++++++------------- srv/static/js/customrendering.js | 63 ++++++- srv/static/js/genericrendering.js | 36 ++-- srv/static/js/globalstatuspage.js | 44 +++-- srv/static/js/log.js | 16 +- srv/static/js/main.js | 24 +++ srv/static/js/packagedetailspage.js | 84 +++------- srv/static/js/packagesearchpage.js | 59 +++++-- srv/static/js/singlepage.js | 60 +++---- srv/static/js/terminal.js | 12 +- srv/static/js/utils.js | 21 +-- srv/static/log.html | 12 +- 14 files changed, 409 insertions(+), 330 deletions(-) create mode 100644 srv/static/js/main.js diff --git a/srv/static/index.html b/srv/static/index.html index ded8103..4326016 100644 --- a/srv/static/index.html +++ b/srv/static/index.html @@ -13,26 +13,17 @@ - - - - - - - - - - + - +