diff --git a/app/index.html~ b/app/index.html~
index f36ecfa..86f2678 100644
--- a/app/index.html~
+++ b/app/index.html~
@@ -12,9 +12,10 @@
+
+
arkiwiJsBoilerplate
-
@@ -49,9 +50,9 @@
-
-
-
+
+
+
diff --git a/app/scripts/main.js b/app/scripts/main.js
index 5ccbee4..e3b74f4 100644
--- a/app/scripts/main.js
+++ b/app/scripts/main.js
@@ -18,9 +18,11 @@ $(document).ready(function () {
arkiwi.path("XM24", function (listone) {
var dioporco = Mustache.render(template, listone);
- });
+ $(".row").append(dioporco);
+ },true);
});
+
var arkiwi = new ARKIWI.Arkiwi('http://www.arkiwi.org');
arkiwi.search('Ampioraggio', function (result) {
console.log('Ricerca...');
diff --git a/app/scripts/main.js~ b/app/scripts/main.js~
index 186b17b..5ccbee4 100644
--- a/app/scripts/main.js~
+++ b/app/scripts/main.js~
@@ -14,7 +14,7 @@
--------------------------------------------------------------------------------------------------------------------- */
$(document).ready(function () {
var arkiwi = new ARKIWI.Arkiwi('http://www.arkiwi.org');
- $.get("./templates/list.txt", function (template) {
+ $.get("templates/list.txt", function (template) {
arkiwi.path("XM24", function (listone) {
var dioporco = Mustache.render(template, listone);