From 3a989096883b8cb8fac30035b37f2b59cacc5c50 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Mon, 3 Dec 2018 06:58:15 +0300 Subject: loading message --- web/js/index/main.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/js') 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 = ""; apps.forEach(function(app) { $("apps").innerHTML += `
  • -- cgit v1.2.3