mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
Fixed issue #828. Browser caching, versioned URLs.
This commit is contained in:
parent
6533143e80
commit
df1e1c2418
3 changed files with 41 additions and 10 deletions
|
@ -1,21 +1,21 @@
|
|||
<div class="topnav">
|
||||
<a href="/" class="title">AhoyDTU</a>
|
||||
<a href="/?v={#VERSION}" class="title">AhoyDTU</a>
|
||||
<a href="javascript:void(0);" class="icon" onclick="topnav()">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</a>
|
||||
<div id="topnav" class="mobile">
|
||||
<a id="nav3" class="hide" href="/live">Live</a>
|
||||
<a id="nav4" class="hide" href="/serial">Serial / Control</a>
|
||||
<a id="nav5" class="hide" href="/setup">Settings</a>
|
||||
<a id="nav3" class="hide" href="/live?v={#VERSION}">Live</a>
|
||||
<a id="nav4" class="hide" href="/serial?v={#VERSION}">Serial / Control</a>
|
||||
<a id="nav5" class="hide" href="/setup?v={#VERSION}">Settings</a>
|
||||
<span class="seperator"></span>
|
||||
<a id="nav6" class="hide" href="/update">Update</a>
|
||||
<a id="nav7" class="hide" href="/system">System</a>
|
||||
<a id="nav6" class="hide" href="/update?v={#VERSION}">Update</a>
|
||||
<a id="nav7" class="hide" href="/system?v={#VERSION}">System</a>
|
||||
<span class="seperator"></span>
|
||||
<a id="nav8" href="/api" target="_blank">REST API</a>
|
||||
<a id="nav9" href="https://ahoydtu.de" target="_blank">Documentation</a>
|
||||
<a id="nav10" href="/about">About</a>
|
||||
<a id="nav10" href="/about?v={#VERSION}">About</a>
|
||||
<span class="seperator"></span>
|
||||
<a id="nav0" class="hide" href="/login">Login</a>
|
||||
<a id="nav1" class="hide" href="/logout">Logout</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue