diff --git a/NzbDrone.Web/Scripts/NzbDrone/grid.js b/NzbDrone.Web/Scripts/NzbDrone/grid.js index 4c3c8eed0..af1219627 100644 --- a/NzbDrone.Web/Scripts/NzbDrone/grid.js +++ b/NzbDrone.Web/Scripts/NzbDrone/grid.js @@ -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();