From 9e1f2b4d0c591a97b2b5dc6cd8a0217703f11db1 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 7 Feb 2015 17:33:05 -0800 Subject: [PATCH] Change thread selector back to 'Thread No.' --- 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 61aea7900..357739085 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -440,7 +440,7 @@ QR = for thread in g.BOARD.threads.keys options.push $.el 'option', value: thread - textContent: "No.#{thread}" + textContent: "Thread No.#{thread}" val = list.value $.rmAll list $.add list, options