This commit is contained in:
Cüneyt Şentürk 2023-01-04 15:04:42 +03:00
parent 5e8ef6bd21
commit 8f53bb2cc6

View File

@ -34,14 +34,3 @@
</div> </div>
</div> </div>
</div> </div>
@if ($status)
<script>
let now = new Date();
now.setTime(now.getTime() + 1 * 3600 * 1000);
let expires = now.toUTCString();
Cookies.set('firefox_notification_confirm', true, expires);
</script>
@endif