change direcory to occupy mordor

This commit is contained in:
cri 2015-09-12 20:37:43 +02:00
parent f76829f2f5
commit 350600b1b9
2 changed files with 15 additions and 15 deletions

View file

@ -16,7 +16,7 @@ $(document).ready(function () {
var arkiwi = new ARKIWI.Arkiwi('http://www.arkiwi.org', 'http://upload.arkiwi.org'); var arkiwi = new ARKIWI.Arkiwi('http://www.arkiwi.org', 'http://upload.arkiwi.org');
$.get("templates/list.txt", function (template) { $.get("templates/list.txt", function (template) {
arkiwi.path("XM24", function (listone) { arkiwi.path("XM24/Occupy_Mordor", function (listone) {
var dioporco = Mustache.render(template, listone); var dioporco = Mustache.render(template, listone);
$(".row").append(dioporco); $(".row").append(dioporco);
}, true); }, true);

View file

@ -1,18 +1,18 @@
/*------------------------------------------------------------------------------------------------------------------------ /*------------------------------------------------------------------------------------------------------------------------
@package: arkiwiJsBoilerplate @package: arkiwiJsBoilerplate
@author: cris @author: cris
@www: arkiwi.oeg @www: arkiwi.oeg
@copyright: COPYRIGHT 18 cek @copyright: COPYRIGHT 18 cek
@license: MIT @license: MIT
============================================================================= =============================================================================
Filename: main.css Filename: main.css
============================================================================= =============================================================================
This file is responsible for all styles on the arkiwiJsBoilerplate app. This file is responsible for all styles on the arkiwiJsBoilerplate app.
palette: palette:
http://paletton.com/#uid=70f0u0ksXsOhL-cmHuduim--whE http://paletton.com/#uid=70f0u0ksXsOhL-cmHuduim--whE
--------------------------------------------------------------------------------------------------------------------- */ --------------------------------------------------------------------------------------------------------------------- */
.embed-iframe{ .embed-iframe{
@ -27,4 +27,4 @@ audio {
height: 35px; height: 35px;
opacity: 1; opacity: 1;
z-index: 99; z-index: 99;
} }