1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/wizard
romanrizzi 11ff364cbe
Use the new discourseDebounce function wrapper.
We recently merged a Discourse core's PR to replace usages of Ember's debounce and discourseDebounce with a new debounce wrapper. The new wrapper works exactly like Ember's debounce but internally calls "run" when called in test mode.

This PR replaces all usages of other debounce functions with the new wrapper and fallbacks to Ember's debounce for backward-compatibility.
2020-12-22 11:06:13 -03:00
..
components Allow wizard i18n to be overridden by wizard theme i18n 2020-11-26 16:45:30 +11:00
controllers working url and number validation 2020-03-23 18:40:11 +00:00
helpers Allow wizard i18n to be overridden by wizard theme i18n 2020-11-26 16:45:30 +11:00
initializers Fix missing banner import 2020-12-18 19:25:04 +11:00
lib Use the new discourseDebounce function wrapper. 2020-12-22 11:06:13 -03:00
models Create CW-version of site singleton 2020-06-22 10:13:10 +10:00
routes Allow wizard i18n to be overridden by wizard theme i18n 2020-11-26 16:45:30 +11:00
templates FIX: no access locale and svg icon 2020-12-08 13:27:19 +11:00
custom-wizard.js.es6 FIXES: Improve wizard initialization && more upload improvements 2020-10-02 14:40:10 +10:00