mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Merge pull request #116 from nixolas1/control
Added toast on frontpage for remote
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<header>
|
||||
<nav id="fp-nav">
|
||||
<div class="nav-wrapper">
|
||||
<a href="zoff.no" class="brand-logo hide-on-small-only">
|
||||
<a href="http://zoff.no" class="brand-logo hide-on-small-only">
|
||||
<img id="zicon" src="/static/images/squareicon_small.png" alt="zöff" title="Zöff">
|
||||
</a>
|
||||
<a href="zoff.no" class="brand-logo hide-on-med-and-up">Zöff</a>
|
||||
|
||||
@@ -76,6 +76,8 @@ function sortFunction(a, b) {
|
||||
|
||||
$(document).ready(function (){
|
||||
|
||||
Materialize.toast("<a href='/remote' style='color:white;'>Try out our new feature, remote!</a>", 8000)
|
||||
|
||||
list_html = $("#channels").html();
|
||||
$("#channels").empty();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user