discourse/app/assets
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
..
images FIX: fallback to default push notification icon if none exists (#16961) 2022-06-01 12:00:05 +10:00
javascripts FIX: Detect firefox < 89 as an unsupported browser (#17443) 2022-07-12 10:50:06 +01:00
stylesheets Revert "UX: missing specificity (#17324)" (#17426) 2022-07-11 20:20:40 +02:00