removed forked me on github
This commit is contained in:
2
app.js
2
app.js
@@ -13,7 +13,7 @@ App.init = function(){
|
|||||||
function (data) {
|
function (data) {
|
||||||
App.username = data;
|
App.username = data;
|
||||||
});*/
|
});*/
|
||||||
App.username = $('#hiddeniframe').contents();
|
App.username = $('#hiddeniframe').contents().find("#username").text();
|
||||||
|
|
||||||
App.name = 'IslamBosna Riječi';
|
App.name = 'IslamBosna Riječi';
|
||||||
$('.title').text(App.name);
|
$('.title').text(App.name);
|
||||||
|
|||||||
@@ -165,6 +165,5 @@ $(function () {
|
|||||||
App.init();
|
App.init();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<a class="forkme" href="https://github.com/senaduka/flip"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user