mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed history grid buttons.
This commit is contained in:
parent
8b9cb7b8ff
commit
aa42111516
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
/* Click on row, show details */
|
/* Click on row, show details */
|
||||||
$(document).on('click', '.seriesTable a, .dataTable a', function (event) {
|
$(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;
|
return;
|
||||||
|
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue