removed forked me on github

This commit is contained in:
root
2013-12-09 03:25:26 +00:00
parent c0e1a96ea4
commit f4c0a928f9
2 changed files with 1 additions and 2 deletions

2
app.js
View File

@@ -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);