summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/index.html2
-rw-r--r--web/js/index/main.js2
2 files changed, 3 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index 2dbc6044..b628b615 100644
--- a/web/index.html
+++ b/web/index.html
@@ -53,7 +53,7 @@
</table>
<hr>
<div id="apps-box">
- <ul id="apps"></ul>
+ <h4>Loading ...</h4>
</div>
<hr>
<p class="text">
diff --git a/web/js/index/main.js b/web/js/index/main.js
index ea38245a..8f5c74a6 100644
--- a/web/js/index/main.js
+++ b/web/js/index/main.js
@@ -33,6 +33,8 @@ function __loadKvmdInfo() {
return 0;
}
});
+
+ $("apps-box").innerHTML = "<ul id=\"apps\"></ul>";
apps.forEach(function(app) {
$("apps").innerHTML += `
<li>