mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Changed style of channelURL when toggled and not
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<div id="change" class="small">
|
||||
<div id="mobile-banner"></div>
|
||||
<a id="toptitle" href="/">Zöff</a>
|
||||
<div id="chan" class="chan" title="Show big URL" onclick="show()"><?php echo(ucfirst($list));?></div>
|
||||
<div id="chan" class="chan" title="Show big URL" onclick="show()"><?php echo(ucfirst(urldecode($list)));?></div>
|
||||
<input id="search" name="v" title="Search for songs..." type="text" class="search_input innbox" spellcheck="false" placeholder="Search" onsubmit="null;" autocomplete="off"/>
|
||||
<div id="results"></div>
|
||||
<div class="main">
|
||||
|
||||
@@ -150,7 +150,7 @@ function show(){
|
||||
showToggle=false;
|
||||
$("#toptitle").empty();
|
||||
$("#chan").addClass("bigChan");
|
||||
$("#chan").html("zoff.no/"+chan);
|
||||
$("#chan").html("zoff.no/"+encodeURI(chan));
|
||||
}else{
|
||||
showToggle=true;
|
||||
$("#toptitle").html("Zöff");
|
||||
|
||||
Reference in New Issue
Block a user