loading message

This commit is contained in:
Devaev Maxim 2018-12-03 06:58:15 +03:00
parent a761c41242
commit 3a98909688
2 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,7 @@
</table> </table>
<hr> <hr>
<div id="apps-box"> <div id="apps-box">
<ul id="apps"></ul> <h4>Loading ...</h4>
</div> </div>
<hr> <hr>
<p class="text"> <p class="text">

View File

@ -33,6 +33,8 @@ function __loadKvmdInfo() {
return 0; return 0;
} }
}); });
$("apps-box").innerHTML = "<ul id=\"apps\"></ul>";
apps.forEach(function(app) { apps.forEach(function(app) {
$("apps").innerHTML += ` $("apps").innerHTML += `
<li> <li>