if (data.step == 'success') {
this._purgeTemplateContent($.proxy(function() {
var $id = WCF.getRandomID();
- $('#packageInstallationInnerContent').append('<div class="wcf-formSubmit"><input type="wcf-button" id="' + $id + '" value="' + WCF.Language.get('wcf.global.button.next') + '" class="default" /></div>');
+ $('#packageInstallationInnerContent').append('<div class="wcf-formSubmit"><input type="button" id="' + $id + '" value="' + WCF.Language.get('wcf.global.button.next') + '" class="default" /></div>');
$('#' + $id).click(function() {
window.location.href = data.redirectLocation;
// create button to handle next step
if (data.step && data.node) {
var $id = WCF.getRandomID();
- $('#packageInstallationInnerContent').append('<div class="wcf-formSubmit"><input type="wcf-button" id="' + $id + '" value="' + WCF.Language.get('wcf.global.button.next') + '" class="default" /></div>');
+ $('#packageInstallationInnerContent').append('<div class="wcf-formSubmit"><input type="button" id="' + $id + '" value="' + WCF.Language.get('wcf.global.button.next') + '" class="default" /></div>');
$('#' + $id).click($.proxy(function() {
// collect form values