From 591fd456d6aac793792ac54540a8d4b20310f3b9 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Wed, 23 Nov 2011 17:09:12 -0500 Subject: [PATCH] Change application name --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 03dc2f7..eca4c90 100644 --- a/static/index.html +++ b/static/index.html @@ -2,7 +2,7 @@ - haste + hastebin @@ -35,7 +35,7 @@ }; // Construct app and load if not loaded $(function() { - app = new haste('haste', { twitter: true }); + app = new haste('hastebin', { twitter: true }); handlePop({ target: window }); });