diff --git a/resources/views/hardware/edit.blade.php b/resources/views/hardware/edit.blade.php index 139cfd69f1..05d54e5557 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