discourse/app/assets/javascripts/admin
Jarek Radosz 67b34600d5
DEV: Use type instead of method in ajax calls (#8974)
Even though `type` is an alias for `method`, we have custom logic in `/discourse/lib/ajax` that checks only `type`, and ~200 other ajax calls in the codebase already use `type` param.
2020-03-26 21:00:10 +01:00
..
adapters Rename .js.es6 to .js in the admin application 2020-03-13 17:03:08 -04:00
components Revert "FIX: word boundary regex (\b) not working in Unicode languages. (#9163)" 2020-03-25 14:34:45 +00:00
controllers DEV: Use type instead of method in ajax calls (#8974) 2020-03-26 21:00:10 +01:00
helpers Rename .js.es6 to .js in the admin application 2020-03-13 17:03:08 -04:00
mixins Rename .js.es6 to .js in the admin application 2020-03-13 17:03:08 -04:00
models DEV: Use type instead of method in ajax calls (#8974) 2020-03-26 21:00:10 +01:00
routes DEV: Use type instead of method in ajax calls (#8974) 2020-03-26 21:00:10 +01:00
services Rename .js.es6 to .js in the admin application 2020-03-13 17:03:08 -04:00
templates DEV: Enable and fix the 'require-iframe-title' lint 2020-03-26 12:31:34 -07:00