add data-type
This commit is contained in:
parent
cdd999114c
commit
b93523d9a5
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,9 @@ $(document).ready(function () {
|
|||
|
||||
var iframe_id = $(window.frameElement).attr("data-arkiwi-id");
|
||||
//console.log(iframe_id);
|
||||
|
||||
|
||||
var iframe_type = "audio"
|
||||
var iframe_type = $(window.frameElement).attr("data-arkiwi-type");
|
||||
console.log(iframe_type);
|
||||
|
||||
var arkiwi = new ARKIWI.Arkiwi('http://www.arkiwi.org', 'http://upload.arkiwi.org');
|
||||
/* $.get("templates/list_item_id.txt", function (template) {
|
||||
|
|
Loading…
Reference in a new issue