mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
onepage working
This commit is contained in:
@@ -9,6 +9,7 @@ var List = {
|
||||
|
||||
channel_function: function(msg)
|
||||
{
|
||||
|
||||
switch(msg[0])
|
||||
{
|
||||
case "list":
|
||||
@@ -42,6 +43,7 @@ var List = {
|
||||
|
||||
populate_list: function(msg)
|
||||
{
|
||||
|
||||
full_playlist = msg;
|
||||
|
||||
List.sortList();
|
||||
|
||||
Reference in New Issue
Block a user