preloader eingebaut

This commit is contained in:
LukasNowy
2019-01-29 17:01:46 +01:00
parent ea512efee4
commit 445a800ab4
2 changed files with 14 additions and 0 deletions

View File

@ -109,6 +109,8 @@ function getAllShoppinglists() {
idtoken: idtoken,
},
success(data){
$(".preloader-wrapper").css("display", "none");
for(let item of data) {
$(".output").append("<a id='" + item.sl_id +"' class='collection-item'>" + item.name + "</a>")
}