mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 09:38:48 +02:00
Updated jQuery to v3.3.1
SVN:trunk[5961]
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user