Skylar Ittner 6 years ago
commit ae34e741b3

@ -3,9 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
$(document).ready(function () { $(document).ready(function () {
$("#msg-alert-box").on("click", ".close", function (e) {
$("#msg-alert-box").fadeOut("slow");
});
if ($("#msg-alert-box").length) { if ($("#msg-alert-box").length) {
$("#msg-alert-box .progress").css("height", "3px"); $("#msg-alert-box .progress").css("height", "3px");
@ -60,6 +57,10 @@ $(document).ready(function () {
msginteractiontick = 0; msginteractiontick = 0;
console.log("👈😎👈 zoop"); console.log("👈😎👈 zoop");
}); });
$("#msg-alert-box").on("click", ".close", function (e) {
$("#msg-alert-box").fadeOut("slow");
window.clearInterval(msgticker);
});
} }
}); });

Loading…
Cancel
Save