Update form.php

This commit is contained in:
FrancescoUK
2018-08-19 09:59:19 +01:00
committed by jekkos
parent 6bbf927d81
commit f86eaa78a2

View File

@@ -148,7 +148,7 @@ $(document).ready(function()
{
$(form).ajaxSubmit({
beforeSerialize: function($form, options) {
$("select[disabled='disabled'").removeAttr('disabled');
$("select[disabled='disabled']").removeAttr('disabled');
is_new && $('<input>').attr({
id: 'definition_values',
type: 'hidden',