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

View File

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