Merge pull request #165 from cartender/pr/remove_tm

Removed bogus "TM" from the header logo in mobile version
This commit is contained in:
老竭力 2021-01-21 18:38:53 +08:00 committed by GitHub
commit c0f98acfa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,7 @@
<div class="fill"> <div class="fill">
<div class="container"> <div class="container">
<a class="showSide"></a> <a class="showSide"></a>
<a class="brand" href="#"><%=boardinfo.hostname or "?"%></a> <a class="brand" href="#"><%=boardinfo.hostname or "?"%></a>
<div class="status" id="indicators"> <div class="status" id="indicators">
<span id="xhr_poll_status" style="display:none" onclick="XHR.running() ? XHR.halt() : XHR.run()"> <span id="xhr_poll_status" style="display:none" onclick="XHR.running() ? XHR.halt() : XHR.run()">
<span class="label success" id="xhr_poll_status_on"><span class="mobile-hide"><%:Auto Refresh%></span> <%:on%></span> <span class="label success" id="xhr_poll_status_on"><span class="mobile-hide"><%:Auto Refresh%></span> <%:on%></span>