From d4a97d0431f58cc1d7e5480f67e7344f5e513105 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 5 Oct 2018 04:18:06 -0700 Subject: [PATCH] Increase max fields in multi-asset creation --- resources/views/hardware/edit.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/hardware/edit.blade.php b/resources/views/hardware/edit.blade.php index 139cfd69f..05d54e555 100755 --- a/resources/views/hardware/edit.blade.php +++ b/resources/views/hardware/edit.blade.php @@ -28,7 +28,7 @@ @else
- +
@@ -210,7 +210,7 @@ // Add another asset tag + serial combination if the plus sign is clicked $(document).ready(function() { - var max_fields = 3; //maximum input boxes allowed + var max_fields = 100; //maximum input boxes allowed var wrapper = $(".input_fields_wrap"); //Fields wrapper var add_button = $(".add_field_button"); //Add button ID var x = 1; //initial text box count