mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
formally remove IE9 support
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user