This commit is contained in:
commit
d1ef7dd5b3
@ -9,9 +9,6 @@ function setupTooltips() {
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
$("#msg-alert-box").on("click", ".close", function (e) {
|
||||
$("#msg-alert-box").fadeOut("slow");
|
||||
});
|
||||
|
||||
if ($("#msg-alert-box").length) {
|
||||
$("#msg-alert-box .progress").css("height", "3px");
|
||||
@ -66,6 +63,10 @@ $(document).ready(function () {
|
||||
msginteractiontick = 0;
|
||||
console.log("👈😎👈 zoop");
|
||||
});
|
||||
$("#msg-alert-box").on("click", ".close", function (e) {
|
||||
$("#msg-alert-box").fadeOut("slow");
|
||||
window.clearInterval(msgticker);
|
||||
});
|
||||
}
|
||||
|
||||
/* Activate tooltips */
|
||||
|
Loading…
x
Reference in New Issue
Block a user