From 9ada1823a35a1ef3a8136eafcc9302bf0460943a Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Sun, 29 Apr 2012 03:48:56 -0500 Subject: [PATCH] add the subreddit title as the title in the subreddit list :-) --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index 2a4a3a9..579ed29 100644 --- a/js/common.js +++ b/js/common.js @@ -1196,7 +1196,7 @@ Popup.prototype.createSubmitForm = function (tab) { submitHTML += '' + chrome.i18n.getMessage('popular_choices') + ''; submitHTML += ''; }