Updated jQuery to v3.3.1

SVN:trunk[5961]
This commit is contained in:
Stephen Abello
2018-07-23 06:58:30 +00:00
parent a66d91c507
commit 6630051ef3
33 changed files with 814 additions and 1644 deletions

View File

@@ -218,7 +218,7 @@ class WizardController
$('form').each(function () {
var thisform = $(this);
thisform.prepend(thisform.find('button.default').clone().removeAttr('id').removeAttr('disabled').css({
thisform.prepend(thisform.find('button.default').clone().removeAttr('id').prop('disabled', false).css({
position: 'absolute',
left: '-999px',
top: '-999px',