From 3a99599afe422c03a1798f32a52a441495655f74 Mon Sep 17 00:00:00 2001 From: pxpm Date: Mon, 14 Jul 2025 10:58:06 +0100 Subject: [PATCH] fix integrity hash --- resources/views/common_scripts.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/common_scripts.blade.php b/resources/views/common_scripts.blade.php index 5521b3e..4fd8fa2 100644 --- a/resources/views/common_scripts.blade.php +++ b/resources/views/common_scripts.blade.php @@ -1,7 +1,7 @@ {{-- jQuery (REQUIRED) --}} @if (!isset ($jquery) || (isset($jquery) && $jquery == true)) @basset('https://cdn.jsdelivr.net/npm/jquery@3.6.1/dist/jquery.min.js', true, [ - 'integrity' => 'sha384-Vvooey8iu18IIP2UsBgOl+DI0kQR66LQqPBthxB5y4YqaRgugWOu+vaqwY/AGNAb', + 'integrity' => 'sha384-i61gTtaoovXtAbKjo903+O55Jkn2+RtzHtvNez+yI49HAASvznhe9sZyjaSHTau9', 'crossorigin' => 'anonymous' ]) @endif