1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 21:21:54 +02:00

Revert "Truly disable a button on FormSubmit"

This commit is contained in:
Serios 2018-04-27 08:53:14 +03:00 committed by GitHub
parent dc5fc3cfe9
commit 738583cd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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