From 35603db97878fff758b075173e10161f653be734 Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Tue, 18 Sep 2012 10:08:21 +0100 Subject: [PATCH] So when we add app to homescreen, we should see just Greptweet icon and twitter username --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index a0332fc..7d21c89 100644 --- a/main.js +++ b/main.js @@ -72,7 +72,7 @@ $(document).ready(function() { footer = '

Download'; footer += ' Update

'; $("#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() {