mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 00:22:45 +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 1cd8c6ce4c
.
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;
|
window.unsupportedBrowser = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user