Added toast on frontpage for remote

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-07 19:34:32 +02:00
parent 694d1e5630
commit cf8a85ddfa
2 changed files with 3 additions and 1 deletions

View File

@@ -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();