Update job-queue-notifications.blade.php

This commit is contained in:
Bozhidar 2024-09-27 10:57:25 +03:00
parent d2e9dc8c37
commit a2c83d02a8

View file

@ -1,8 +1,8 @@
<div>
@if(auth()->id())
{{-- @if(auth()->id())
<script>
<script>
let hiddenJobQueueNotifications = [];
function hideJobQueueNotification(jobId) {
hiddenJobQueueNotifications.push(jobId);
@ -46,5 +46,5 @@
@endforeach
</div>
@endif
@endif--}}
</div>