Conflicts:
wcfsetup/install/files/js/WCF.js
$('#' + this._containerID + ' .wcf-sortableList').sortable({
connectWith: '#' + this._containerID + ' .wcf-sortableList',
items: 'li',
- placeholder: 'wcf-sortablePlaceholder'
+ placeholder: 'wcf-badgeYellow',
- stop: $.proxy(this._save, this)
});
+
+ this._container.find('.wcf-formSubmit > button[data-type="submit"]').click($.proxy(this._submit, this));
+ this._container.find('.wcf-formSubmit > button[data-type="reset"]').click($.proxy(this._reset, this));
},
/**