So when we add app to homescreen, we should see just Greptweet icon and twitter username

This commit is contained in:
Kai Hendry
2012-09-18 10:08:21 +01:00
parent befbbfcccf
commit 35603db978

View File

@@ -72,7 +72,7 @@ $(document).ready(function() {
footer = '<p><a href="' + NAME + '.txt" class="btn primary"><i class="icon-download"></i> Download</a>';
footer += '<a href="' + "/f/" + NAME + '" class="btn"><i class="icon-refresh"></i> Update</a></p>';
$("#source").html(footer);
document.title = "Greptweet " + NAME;
document.title = NAME;
document.cookie = 'u=' + NAME + '; expires=Thu, 2 Aug 2021 20:47:11 UTC; path=/';
$("#home").click(function() {