Skip to content

Commit

Permalink
Update job-queue-notifications.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Sep 27, 2024
1 parent d2e9dc8 commit a2c83d0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div>

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

0 comments on commit a2c83d0

Please sign in to comment.