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