diff --git a/app/scripts/main.js b/app/scripts/main.js index eef0c50..0ac98e1 100644 --- a/app/scripts/main.js +++ b/app/scripts/main.js @@ -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); diff --git a/app/styles/main.css b/app/styles/main.css index 1161e39..a64ca3c 100644 --- a/app/styles/main.css +++ b/app/styles/main.css @@ -1,18 +1,18 @@ -/*------------------------------------------------------------------------------------------------------------------------ - @package: arkiwiJsBoilerplate - - @author: cris - @www: arkiwi.oeg - - @copyright: COPYRIGHT 18 cek - @license: MIT - - ============================================================================= - Filename: main.css - ============================================================================= +/*------------------------------------------------------------------------------------------------------------------------ + @package: arkiwiJsBoilerplate + + @author: cris + @www: arkiwi.oeg + + @copyright: COPYRIGHT 18 cek + @license: MIT + + ============================================================================= + Filename: main.css + ============================================================================= This file is responsible for all styles on the arkiwiJsBoilerplate app. palette: -http://paletton.com/#uid=70f0u0ksXsOhL-cmHuduim--whE +http://paletton.com/#uid=70f0u0ksXsOhL-cmHuduim--whE --------------------------------------------------------------------------------------------------------------------- */ .embed-iframe{ @@ -27,4 +27,4 @@ audio { height: 35px; opacity: 1; z-index: 99; -} +} \ No newline at end of file