Hygiene: remove IE8 menu hack

Remove JavaScript hack introduced in
MobileFrontend 858a66d9f.

This hack is already provided by html5shiv.

Change-Id: I09251a23f4c0dda2f971028fa0250335bfe998b4
This commit is contained in:
Stephen Niedzielski 2018-07-19 13:21:03 -05:00 committed by Jdlrobson
parent d763602ce5
commit 69ffc0b988
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +0,0 @@
<!--[if lt IE 9]>
<script>
document.createElement('nav');
</script>
<![endif]-->

View File

@ -1,6 +1,5 @@
{{{headelement}}}
<div id="mw-mf-viewport">
{{>ie8Html5Support}}
<nav id="mw-mf-page-left" class="navigation-drawer view-border-box">
{{{mainmenuhtml}}}
</nav>