mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 05:21:01 +00:00
Test for song import
This commit is contained in:
@@ -14,10 +14,9 @@ function getCookie(cname) {
|
||||
function populate_channels(lists)
|
||||
{
|
||||
var output = "";
|
||||
|
||||
var num = 0;
|
||||
lists.sort(sortFunction);
|
||||
|
||||
|
||||
pre_card = $(list_html);
|
||||
|
||||
for(x in lists)
|
||||
@@ -45,6 +44,8 @@ function populate_channels(lists)
|
||||
console.log(chan);
|
||||
|
||||
output+="<option value='"+chan+"'> ";
|
||||
num++;
|
||||
if(num>19)break;
|
||||
}
|
||||
document.getElementById("searches").innerHTML = output;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user