From 00de6eb5648aa00077d83752d96a49e94ab5ae13 Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Fri, 15 Jul 2011 17:11:35 -0500 Subject: [PATCH] Made it more obvious that clicking the number would open the comment form. --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index c60ef67..b5593a8 100644 --- a/js/common.js +++ b/js/common.js @@ -703,7 +703,7 @@ Popup.prototype.createListHTML = function (url) { listHTML += '' + data.subreddit + ''; listHTML += ''; listHTML += '
'; - listHTML += '' + data.num_comments + ' comments'; + listHTML += 'add to the ' + data.num_comments + ' comments'; listHTML += ''; listHTML += '' + saveText + ''; listHTML += '' + hiddenText + '';