Fix list links
This commit is contained in:
parent
8b1d63bb95
commit
f9ecf8d5eb
@ -13,7 +13,7 @@ function loadList(name, source) {
|
|||||||
}
|
}
|
||||||
document.getElementById("remote-content").innerHTML = allText;
|
document.getElementById("remote-content").innerHTML = allText;
|
||||||
}
|
}
|
||||||
var list = '/lists/' + name;
|
var list = '/festival/lists/' + name;
|
||||||
txtFile.open("GET", list, true);
|
txtFile.open("GET", list, true);
|
||||||
txtFile.send(null);
|
txtFile.send(null);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user