discourse/app/assets/javascripts/wizard
Robin Ward 435a9913a4 REFACTOR: Replace global find with queryAll
In newer Embers jQuery is removed. There is a `find` but it only returns
one element and not a jQuery selector. This patch migrates our code to a
new helper `queryAll` which allows us to remove the global.
2020-10-29 14:45:51 -04:00
..
components DEV: Do not render header in wizard preview when logo is missing (#10835) 2020-10-06 12:08:41 -04:00
controllers FEATURE: Separate base and heading font site_settings (#10807) 2020-10-05 13:40:41 -04:00
initializers DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
lib FIX: Wizard theme preview when logo is missing (#10914) 2020-10-13 20:06:09 -04:00
mixins DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
models FEATURE: Separate base and heading font site_settings (#10807) 2020-10-05 13:40:41 -04:00
routes DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
templates REVERT: revert change from action + mut to mut (#10844) 2020-10-06 23:50:05 +02:00
test REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00
router.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
wizard.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00