Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
remove debugger statement
Dieser Commit ist enthalten in:
Ursprung
766d3b5fc9
Commit
61ea75dcad
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
|
@ -17,7 +17,6 @@ export default Controller.extend({
|
||||||
const wizardId = this.get("wizard.id");
|
const wizardId = this.get("wizard.id");
|
||||||
window.location.href = getUrl(`/w/${wizardId}/steps/${nextStepId}`);
|
window.location.href = getUrl(`/w/${wizardId}/steps/${nextStepId}`);
|
||||||
} else {
|
} else {
|
||||||
debugger;
|
|
||||||
this.router.transitionTo("customWizardStep", nextStepId);
|
this.router.transitionTo("customWizardStep", nextStepId);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Laden …
In neuem Issue referenzieren