Fixed error with showing channel-url and popstatelistener not being updated to the current view

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-08 13:00:49 +01:00
parent 17dacc460a
commit 50bba53145
5 changed files with 19 additions and 17 deletions

View File

@@ -19,8 +19,8 @@
<a href="/" class="brand-logo brand-logo-navigate hide-on-med-and-down noselect">
<img id="zicon" src="static/images/squareicon_small.png" alt="zöff" title="Zöff" />
</a>
<div class="brand-logo brand-logo-navigate truncate zbrand">
<a href="/" class="hide-on-large-only">Zöff</a>
<div class="brand-logo truncate zbrand">
<a href="/" class="hide-on-large-only brand-logo-navigate">Zöff</a>
<span class="hide-on-large-only">/</span>
<span id="chan" class="chan clickable" title="Show big URL"><?php echo(ucfirst($list));?></span>
</div>