Compare commits
No commits in common. "f47df2afef6d2f5c25cf6016814ce3251419af4d" and "70348f56c393ec9b0e3963428833e5d3ccd50ac5" have entirely different histories.
f47df2afef
...
70348f56c3
4 changed files with 3 additions and 13 deletions
|
@ -13,7 +13,7 @@
|
|||
This file is the main entry point for js on the arkiwiJsBoilerplate app.
|
||||
--------------------------------------------------------------------------------------------------------------------- */
|
||||
$(document).ready(function () {
|
||||
var arkiwi = new ARKIWI.Aggregator('http://www.arkiwi.org');
|
||||
var arkiwi = new ARKIWI.Arkiwi('http://www.arkiwi.org', 'http://upload.arkiwi.org');
|
||||
$.get("templates/list_item_home.txt", function (template) {
|
||||
|
||||
arkiwi.path("XM24/Occupy_Mordor", function (listone) {
|
||||
|
|
|
@ -20,7 +20,7 @@ $(document).ready(function () {
|
|||
var iframe_type = $(window.frameElement).attr("data-arkiwi-type");
|
||||
// console.log(iframe_type);
|
||||
|
||||
var arkiwi = new ARKIWI.Aggregator('http://www.arkiwi.org');
|
||||
var arkiwi = new ARKIWI.Arkiwi('http://www.arkiwi.org', 'http://upload.arkiwi.org');
|
||||
/* $.get("templates/list_item_id.txt", function (template) {
|
||||
|
||||
arkiwi.path("XM24/Occupy_Mordor", function (listone) {
|
||||
|
|
|
@ -14,14 +14,6 @@
|
|||
palette:
|
||||
http://paletton.com/#uid=70f0u0ksXsOhL-cmHuduim--whE
|
||||
--------------------------------------------------------------------------------------------------------------------- */
|
||||
.hide{display:none;}
|
||||
|
||||
.thmbs{cursor:pointer;}
|
||||
|
||||
.thumbnail {
|
||||
max-height: 250px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.embed-iframe{
|
||||
width:100%;
|
||||
|
|
|
@ -10,9 +10,7 @@ Your browser does not support the audio element.
|
|||
</audio>
|
||||
{{/item.audio}}
|
||||
{{#item.video}}
|
||||
<img class="thmbs" src="{{item.thumbnail}}" onclick="$(this).siblings().fadeIn( 'slow' );$(this).addClass('hide')">
|
||||
|
||||
<video controls style="display:none">
|
||||
<video controls>
|
||||
<source src="http://storage.arkiwi.org/{{item.identifier}}" type="video/ogg">
|
||||
<source src="#" type="video/mpeg">
|
||||
Your browser does not support the audio element.
|
||||
|
|
Loading…
Reference in a new issue