mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-05 06:03:57 +03:00
delete comment
This commit is contained in:
parent
36c1a116dc
commit
418a6c184c
1 changed files with 0 additions and 2 deletions
|
@ -67,12 +67,10 @@ function wallpaper(data) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//if all images are loaded delete class
|
|
||||||
$(".card-img-top").on("load", function() {
|
$(".card-img-top").on("load", function() {
|
||||||
$(this).removeClass("shimmer");
|
$(this).removeClass("shimmer");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
let button_modal = document.querySelector(".header-row");
|
let button_modal = document.querySelector(".header-row");
|
||||||
button_modal.addEventListener("click", function (event) {
|
button_modal.addEventListener("click", function (event) {
|
||||||
if (event.target === button_modal) {
|
if (event.target === button_modal) {
|
||||||
|
|
Loading…
Reference in a new issue