Remove javascript hover
It is already handled by CSS and this code is commented out. Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
b0421d7d8c
commit
61c3aeeb5d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user