mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Grid fixes.
Moved grid CSS to Grid.css.
This commit is contained in:
parent
b9d227d162
commit
c7c56f5ab8
7 changed files with 72 additions and 130 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue