From a9574e8fd650d392880a6fc1c098430ec6a11909 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 4 Nov 2025 19:39:35 +0000 Subject: [PATCH] =?UTF-8?q?Fixed=20#18133=20-=20make=20the=20disabled=20to?= =?UTF-8?q?ggle=20JS=20so=20it=E2=80=99s=20clearer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/settings/asset_tags.blade.php | 34 ++++++++++++++----- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/resources/views/settings/asset_tags.blade.php b/resources/views/settings/asset_tags.blade.php index aa78512cb3..17e82c3905 100644 --- a/resources/views/settings/asset_tags.blade.php +++ b/resources/views/settings/asset_tags.blade.php @@ -26,7 +26,7 @@ {{csrf_field()}}
-
+
@@ -38,13 +38,13 @@
-
+
@@ -67,12 +67,9 @@
- @if ($setting->auto_increment_assets == 1) - - {!! $errors->first('auto_increment_prefix', '') !!} - @else - - @endif + + {!! $errors->first('auto_increment_prefix', '') !!} +
@@ -105,4 +102,23 @@ + @section('moar_scripts') + + @endsection + + @stop