Skip to content

Commit

Permalink
pool-scor.js redirected to the static cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimimo committed May 25, 2023
1 parent 1317e86 commit 38897e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/date-show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class=""><span class="fa-solid fa-pen-to-square green padding-7px"> </span></a>
@include('pool::_pusher', [$score_table = false])
@endif

<script src="{{ mix('js/pool-score.js') }}"></script>
<script src="{{ Storage::disk('static')->url('js/pool-score.js') }}"></script>

@if($hasAccess)
<script>
Expand Down

0 comments on commit 38897e2

Please sign in to comment.