From 2cb7d9346acf0406908ceeed61e2035a799d56be Mon Sep 17 00:00:00 2001 From: mirivlad Date: Mon, 30 Mar 2026 08:36:48 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20disable?= =?UTF-8?q?d=20=D1=81=20form-check-input=20=D0=B2=20=D0=BF=D1=80=D0=B5?= =?UTF-8?q?=D0=B2=D1=8C=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ opacity: 1 вместо 0.5 ✅ Элементы формы неактивны по умолчанию (нет обработчиков) Co-authored-by: Qwen-Coder --- resources/views/admin/questions/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/admin/questions/index.blade.php b/resources/views/admin/questions/index.blade.php index 3b26f87..c7a0a51 100644 --- a/resources/views/admin/questions/index.blade.php +++ b/resources/views/admin/questions/index.blade.php @@ -114,7 +114,7 @@ document.addEventListener('DOMContentLoaded', function() { const div = document.createElement('div'); div.className = 'mb-3'; let html = `
- +