mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-29 00:56:37 +01:00
Fixed history grid buttons.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* Click on row, show details */
|
||||
$(document).on('click', '.seriesTable a, .dataTable a', function (event) {
|
||||
if ($(this).attr('data-ajax') === "true")
|
||||
if ($(this).attr('data-ajax') === "true" || $(this).attr('onclick'))
|
||||
return;
|
||||
|
||||
event.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user