From bd1976c4cf6960e207354204a4ef37b5baff4d9c Mon Sep 17 00:00:00 2001 From: eai04191 Date: Tue, 12 Mar 2019 03:44:35 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=83=A9=E3=83=BC=E3=83=88=E3=81=AE?= =?UTF-8?q?=E8=87=AA=E5=8B=95=E5=89=8A=E9=99=A4=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #146 --- resources/assets/js/app.js | 6 ------ 1 file changed, 6 deletions(-) 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