mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Revert "Truly disable a button on FormSubmit"
This commit is contained in:
@@ -373,7 +373,6 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
|
|||||||
if($button.attr('data-disable') == 'true')
|
if($button.attr('data-disable') == 'true')
|
||||||
{
|
{
|
||||||
$button.addClass('disabled');
|
$button.addClass('disabled');
|
||||||
$button.prop("disabled", true);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user