From f4c0a928f93b534df86c074edcf9956b53fc1aad Mon Sep 17 00:00:00 2001 From: root Date: Mon, 9 Dec 2013 03:25:26 +0000 Subject: [PATCH] removed forked me on github --- app.js | 2 +- index.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app.js b/app.js index 39e6eb8..eddfdb0 100644 --- a/app.js +++ b/app.js @@ -13,7 +13,7 @@ App.init = function(){ function (data) { App.username = data; });*/ - App.username = $('#hiddeniframe').contents(); + App.username = $('#hiddeniframe').contents().find("#username").text(); App.name = 'IslamBosna Riječi'; $('.title').text(App.name); diff --git a/index.html b/index.html index 5a24ce5..e054199 100644 --- a/index.html +++ b/index.html @@ -165,6 +165,5 @@ $(function () { App.init(); }); -Fork me on GitHub