preloader eingebaut
This commit is contained in:
@ -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>")
|
||||
}
|
||||
|
Reference in New Issue
Block a user