2
0
Fork 0
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:
Jeff Atwood 2016-01-02 23:49:52 -08:00
parent 3251bcb405
commit e1f90d12f1
9 changed files with 10 additions and 38 deletions

View file

@ -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);