Skip to content
Snippets Groups Projects
Commit b3f71061 authored by kush.varade.19's avatar kush.varade.19
Browse files

Readonly and disabled fields logic removed from overlay during save

parent d6b00812
No related tags found
2 merge requests!360Bug fix/427 unresponsive form,!340Fix unresponsive form
Pipeline #16983 failed
......@@ -55,10 +55,6 @@ $(document).on("ready", function () {
.appendTo("head");
}
// Making all fields readonly
$("input, textarea").attr("readonly", true).addClass("readonly");
$("select").prop("disabled", true).addClass("readonly");
// Show the overlay
$("#overlay").fadeIn(); // Show the overlay when the button is clicked
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment