mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
Grid fixes.
Moved grid CSS to Grid.css.
This commit is contained in:
@@ -6,8 +6,8 @@ $('.seriesTable a').live('click', function (event) {
|
||||
event.stopPropegation();
|
||||
});
|
||||
|
||||
$('.seriesTable tr td:not(:last-child)').live('click', function () {
|
||||
$(this).parent('tr').next('.detail-view').toggle();
|
||||
$('.seriesTable .data-row td:not(:last-child)').live('click', function () {
|
||||
$(this).parent('tr').next('.detail-row').toggle();
|
||||
});
|
||||
|
||||
function grid_onError(e) {
|
||||
|
Reference in New Issue
Block a user