This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-12-02 05:29:17 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
402194f313
discourse
/
app
/
assets
/
javascripts
/
browser-detect.js
4 lines
80 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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.
2020-04-17 10:41:47 -05:00
if
(
!
window
.
WeakMap
||
!
window
.
Promise
)
{
FEATURE: Show noscript view to unsupported browsers (#9373)
2020-04-08 12:24:18 -05:00
window
.
unsupportedBrowser
=
true
;
}
Reference in New Issue
Copy Permalink