mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 03:27:25 +08:00
Revert "FIX: Detect more unsupported browsers"
This change broke IE11 support, even with the polyfills enabled. We may need to add a WeakSet polyfill, but reverting this change for now. This reverts commit 1cd8c6ce4caf15c4d0bd27077dcfc2592f7d1974.
This commit is contained in:
parent
9c40c42bb5
commit
4eebbd2212
@ -1,3 +1,3 @@
|
||||
if (!window.WeakMap || !window.WeakSet || !window.Promise) {
|
||||
if (!window.WeakMap || !window.Promise) {
|
||||
window.unsupportedBrowser = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user