diff --git a/js/functions.js b/js/functions.js index a9d37e7da9..ccd228f763 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1091,18 +1091,6 @@ AJAX.registerOnload('functions.js', function () { } }); -/** - * Row highlighting in horizontal mode (use "on" - * so that it works also for pages reached via AJAX) - */ -/* AJAX.registerOnload('functions.js', function () { - $(document).on('hover', 'tr',function (event) { - var $tr = $(this); - $tr.toggleClass('hover',event.type=='mouseover'); - $tr.children().toggleClass('hover',event.type=='mouseover'); - }); -})*/ - /** * marks all rows and selects its first checkbox inside the given element * the given element is usually a table or a div containing the table or tables