From 9975d552494b93d49dfe9749e845ef4bb1e3f037 Mon Sep 17 00:00:00 2001 From: Andrea Bergamasco Date: Thu, 16 Feb 2017 06:51:30 +0100 Subject: [PATCH] jQuery script to toggle the disabled state of auto_increment_prefix (#3292) * Toggles the disabled state of auto_increment_prefix To insert a prefix you had to toggle the checkbox, save the settings and reload. With this script it is immediate. * Toggles the disabled state of auto_increment_prefix To insert a prefix you had to toggle the checkbox, save the settings and reload. With this script it is immediate. Fixes #1390 --- resources/views/settings/edit.blade.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/views/settings/edit.blade.php b/resources/views/settings/edit.blade.php index 63f362a27..abf60a1a9 100755 --- a/resources/views/settings/edit.blade.php +++ b/resources/views/settings/edit.blade.php @@ -975,5 +975,11 @@ @stop