From 7655b267e31f39f9d24718c9155e2b4a362e3f8b Mon Sep 17 00:00:00 2001 From: Nisarg Jhaveri Date: Thu, 23 Jul 2015 21:45:15 +0530 Subject: [PATCH] Remove dead comments Signed-off-by: Nisarg Jhaveri --- js/functions.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/functions.js b/js/functions.js index eef5a1cff4..3be7ed7f4d 100644 --- a/js/functions.js +++ b/js/functions.js @@ -865,13 +865,9 @@ AJAX.registerOnload('functions.js', function () { var $tr = $this.closest('tr'); var $table = $this.closest('table'); - // make the table unselectable (to prevent default highlighting when shift+click) - //$tr.parents('table').noSelect(); - if (!e.shiftKey || last_clicked_row == -1) { // usual click - // XXX: FF fires two click events for