mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
Update job-queue-notifications.blade.php
This commit is contained in:
parent
d2e9dc8c37
commit
a2c83d02a8
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue