discourse/app/assets/javascripts/select-kit/addon/mixins
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
..
plugin-api.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
tags.js DEV: Remove `cache` option from `ajax()` (#13142) 2021-05-31 14:41:35 +02:00
utils.js UX: allows to copy/paste a list of | separated values in sk (#11642) 2021-01-06 12:57:13 +01:00