From 560a12f0bd6347a335f8ed5201d6d9562d03d4bc Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 3 May 2014 22:24:03 -0400 Subject: Add Google authentication --- assets/js/board.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/js') diff --git a/assets/js/board.js b/assets/js/board.js index a030a5fb..948ebf01 100644 --- a/assets/js/board.js +++ b/assets/js/board.js @@ -265,7 +265,7 @@ item.style.opacity = "1.0"; } - if (filterDueDate && dueDate == "") { + if (filterDueDate && (dueDate == "" || dueDate == "0")) { item.style.opacity = "0.2"; } }); -- cgit v1.2.3