mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
Fixed grid ajax links.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user