mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-26 13:15:05 -04:00
Fixed history grid buttons.
This commit is contained in:
1 parent
8b9cb7b8ff
commit
aa42111516
1 file changed
+1
-1
@@ -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