refs #2856
This commit is contained in:
parent
5e8ef6bd21
commit
8f53bb2cc6
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user