This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
David Taylor 8a68f49adb
FIX: Detect firefox < 89 as an unsupported browser (#17443)
Prior to v89, Firefox has bugs with document.execCommand("insertText"): https://bugzil.la/1220696

This commit introduces some variables to browser-detect, and therefore wraps the entire logic in an IIFE to avoid state leaking. (`let`/`const` are not supported on older browsers)
2022-07-12 10:50:06 +01:00
..
app FIX: Set resolver options on the legacy resolver (#17440) 2022-07-12 11:42:19 +02:00
config DEV: Disable RAISE_ON_DEPRECATION (#17351) 2022-07-06 11:56:16 +08:00
lib DEV: Don't forward test-i18n.js requests (#17422) 2022-07-11 13:14:44 +02:00
public/assets/scripts FIX: Defer scripts on theme-tests route (#17171) 2022-06-21 12:44:31 +08:00
scripts FIX: Detect firefox < 89 as an unsupported browser (#17443) 2022-07-12 10:50:06 +01:00
tests FIX: Set resolver options on the legacy resolver (#17440) 2022-07-12 11:42:19 +02:00
.ember-cli REFACTOR: Sync up master with changes for Ember-CLI (#11671) 2021-01-12 10:13:21 -05:00
.npmrc DEV: Prevent npm usage (#13945) 2021-08-04 22:04:58 +02:00
ember-cli-build.js DEV: Pass static scripts through Ember CLI (#17373) 2022-07-08 10:13:46 +01:00
package.json DEV: Update ember-cli-handlebars (#17429) 2022-07-11 22:25:40 +02:00
testem.js DEV: Ensure ember-cli rake theme:qunit works with CSP enabled (#16541) 2022-04-22 16:59:45 +01:00