Added player at frontpage because of fun

This commit is contained in:
Kasper Rynning-Tønnesen
2016-05-09 14:37:27 +02:00
parent 0b3d5dd967
commit 2dd552b442
9 changed files with 86 additions and 29 deletions

View File

@@ -26,7 +26,7 @@ var List = {
List.voted_song(msg[1], msg[2]);
break;
case "song_change":
List.song_change(msg[1]);
if(window.location.pathname != "/") List.song_change(msg[1]);
break;
}
},