mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
formally remove IE9 support
This commit is contained in:
parent
3251bcb405
commit
e1f90d12f1
9 changed files with 10 additions and 38 deletions
|
@ -17,7 +17,7 @@ var $buo = function() {
|
|||
badAndroid = true;
|
||||
}
|
||||
|
||||
// sam: my main concern here is mobile, but its an outlier, for now we support ie9, set conditionally and stuff with pushState
|
||||
// sam: my main concern here is mobile, but its an outlier, for now we support ie10, set conditionally and stuff with pushState
|
||||
if (window.ie === "new" || (window.history && window.history.pushState && !badAndroid)) {
|
||||
return;
|
||||
}
|
||||
|
@ -62,4 +62,4 @@ var $buo = function() {
|
|||
|
||||
$bu=$buo();
|
||||
|
||||
})(this);
|
||||
})(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue