change direcory to occupy mordor
This commit is contained in:
parent
f76829f2f5
commit
350600b1b9
2 changed files with 15 additions and 15 deletions
|
@ -16,7 +16,7 @@ $(document).ready(function () {
|
|||
var arkiwi = new ARKIWI.Arkiwi('http://www.arkiwi.org', 'http://upload.arkiwi.org');
|
||||
$.get("templates/list.txt", function (template) {
|
||||
|
||||
arkiwi.path("XM24", function (listone) {
|
||||
arkiwi.path("XM24/Occupy_Mordor", function (listone) {
|
||||
var dioporco = Mustache.render(template, listone);
|
||||
$(".row").append(dioporco);
|
||||
}, true);
|
||||
|
|
Loading…
Reference in a new issue