discourse/app/assets/javascripts/admin/addon
Jarek Radosz e06a206131
DEV: Remove cache option from ajax() (#13142)
1. It defaults to `cache: true` already
2. Setting it to `false` for non-GET request doesn't do anything
3. We were correcting `cache: false` GET requests to use `cache: true`

…so setting it to anything at all, for any type of request doesn't make sense (anymore)
2021-05-31 14:41:35 +02:00
..
adapters
components DEV: Remove cache option from ajax() (#13142) 2021-05-31 14:41:35 +02:00
controllers FEATURE: Show an error message if regex is invalid (#13164) 2021-05-27 19:42:43 +03:00
helpers DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
mixins DEV: Added support for custom site setting 'emoji_list' (#12414) 2021-04-07 15:32:05 +02:00
models DEV: Simplify watched word code (#13103) 2021-05-27 19:20:26 +03:00
routes DEV: Simplify watched word code (#13103) 2021-05-27 19:20:26 +03:00
services FIX: Restore user summary's delete button behavior. (#11844) 2021-01-26 13:10:46 -03:00
templates FEATURE: Show an error message if regex is invalid (#13164) 2021-05-27 19:42:43 +03:00