From 34f83f9214f14f29d11e3ef4333a56d00ab4949a Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 4 Mar 2015 18:35:07 -0800 Subject: [PATCH] Change "Thread No." in thread selector to "Thread". Frees up a little more dragging space. --- src/Posting/QR.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index d1f3ec8b3..8e58b080d 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -367,7 +367,7 @@ QR = for thread in g.BOARD.threads.keys options.push $.el 'option', value: thread - textContent: "Thread No.#{thread}" + textContent: "Thread #{thread}" val = list.value $.rmAll list $.add list, options