1
0
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:
Cameron 2018-04-27 12:38:43 -07:00 committed by GitHub
commit 91433b9d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -373,7 +373,6 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
if($button.attr('data-disable') == 'true')
{
$button.addClass('disabled');
$button.prop("disabled", true);
}
});