mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 12:41:51 +02:00
Merge pull request #3105 from Serios/revert-3100-patch-12
Revert "Truly disable a button on FormSubmit"
This commit is contained in:
commit
91433b9d48
@ -373,7 +373,6 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
|
||||
if($button.attr('data-disable') == 'true')
|
||||
{
|
||||
$button.addClass('disabled');
|
||||
$button.prop("disabled", true);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user