From 60e512c6f4f334b23ac582ce2fd33515ae8077ae Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Fri, 6 Jun 2014 19:48:39 +0300 Subject: HTML: prevent implicit type conversion on testing == comparison of true, false, null, allows implicit type conversion, thus using === instead Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- theme/list_lib.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/theme/list_lib.js b/theme/list_lib.js index 1a07dc384..9d02f0683 100644 --- a/theme/list_lib.js +++ b/theme/list_lib.js @@ -345,11 +345,11 @@ function sort_it(sortOn,function_){ } for(var i=0;i< itemsToShow.length ;i++){ for(var j=0;j