mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Found a fix for settings bar not always closing
This commit is contained in:
@@ -91,6 +91,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="no-padding">
|
<li class="no-padding">
|
||||||
<ul class="collapsible collapsible-accordion">
|
<ul class="collapsible collapsible-accordion">
|
||||||
<li>
|
<li>
|
||||||
@@ -104,7 +105,9 @@
|
|||||||
<img id="code-qr" alt="QR code for control" title="Link to control this Zöff player">
|
<img id="code-qr" alt="QR code for control" title="Link to control this Zöff player">
|
||||||
<h4 id="code-text">ABBADUR</h4>
|
<h4 id="code-text">ABBADUR</h4>
|
||||||
</a>
|
</a>
|
||||||
<a>You can control this Zöff instance from another device by going to <b>https://zoff.no/remote</b><a>
|
<a>
|
||||||
|
You can control this Zöff instance from another device by going to <b>https://zoff.no/remote</b>
|
||||||
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -96,7 +96,9 @@ $(document).ready(function()
|
|||||||
closeOnClick: false // Closes side-nav on <a> clicks, useful for Angular/Meteor
|
closeOnClick: false // Closes side-nav on <a> clicks, useful for Angular/Meteor
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#settings-close').sideNav('hide');
|
$(".drag-target")[1].remove();
|
||||||
|
|
||||||
|
//$('#settings-close').sideNav('hide');
|
||||||
|
|
||||||
if(!window.mobilecheck() && !msieversion())
|
if(!window.mobilecheck() && !msieversion())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user