IE is deprecated and not used
This commit is contained in:
parent
e650a08eb1
commit
90e9613f45
|
@ -19,10 +19,6 @@
|
|||
xsmall: [ null, '480px' ]
|
||||
});*/
|
||||
|
||||
// Hack: Enable IE flexbox workarounds.
|
||||
if (browser.name == 'ie')
|
||||
$body.addClass('is-ie');
|
||||
|
||||
// Play initial animations on page load.
|
||||
$window.on('load', function() {
|
||||
window.setTimeout(function() {
|
||||
|
|
Loading…
Reference in New Issue