mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Fixed grid ajax links.
This commit is contained in:
parent
d5d77559eb
commit
b0c2807b56
3 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
/* Click on row, show details */
|
||||
$('.seriesTable a').live('click', function (event) {
|
||||
if ($(this).attr('onclick'))
|
||||
return;
|
||||
|
||||
event.preventDefault();
|
||||
var link = $(this).attr('href');
|
||||
window.location = link;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue