From 5ed247c09ddcb8190fe6d6c79704f890a8beac75 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 11 Jun 2014 00:10:34 -0700 Subject: [PATCH] fix to generatePostableThreadsList --- 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 5f42dd45c..efaf9e7a3 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -418,7 +418,7 @@ QR = $.rmAll list $.add list, options list.value = val - return unless list.value + return if list.value # Fix the value if the option disappeared. list.value = if g.VIEW is 'thread' g.THREADID