diff --git a/resources/assets/js/app.js b/resources/assets/js/app.js index 0af3853..7ab0903 100644 --- a/resources/assets/js/app.js +++ b/resources/assets/js/app.js @@ -21,12 +21,6 @@ $(() => { $('.alert').alert(); $('.tis-page-selector').pageSelector(); - if (document.getElementById('status')) { - setTimeout(function () { - $('#status').alert('close'); - }, 5000); - } - $('.link-card').linkCard(); $('#deleteCheckinModal').deleteCheckinModal(); }); \ No newline at end of file