mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:54:16 +08:00
a6eca28ec6
* wizard page inline js * print topic inline js * drop JS for preventing double submission this is the default behavior with Rails' UJS `disable_with` helper * omniauth complete redirect JS * account activate inline js
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
(function() {
|
|
var wizard = require("wizard/wizard").default.create();
|
|
wizard.start();
|
|
})();
|