fix fullscreen button with IE

This commit is contained in:
Luke Pulverenti 2015-05-17 21:27:48 -04:00
parent c5802fc5ab
commit 3114742ab7
18 changed files with 125 additions and 176 deletions

View file

@ -4,7 +4,7 @@
<title>${TitleSupport}</title>
</head>
<body>
<div id="logPage" data-role="page" class="page type-interior">
<div id="logPage" data-role="page" class="page type-interior" data-require="scripts/logpage">
<div data-role="content">
<div class="content-primary">
@ -15,10 +15,10 @@
<a href="supporterkey.html" data-role="button">${TabSupporterKey}</a>
<a href="about.html" data-role="button">${TabAbout}</a>
</div>
<p>${HeaderServerLogFiles}</p>
<div class="serverLogs readOnlyContent">
</div>
</div>
</div>