mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
Merge pull request #842 from Supremicus/dev
Fix for active and status sorting & Network logo for NRK1
This commit is contained in:
commit
a80725e579
2 changed files with 6 additions and 2 deletions
BIN
gui/slick/images/network/nrk1.png
Normal file
BIN
gui/slick/images/network/nrk1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
|
@ -200,7 +200,7 @@
|
|||
2: function(node) { return \$(node).find("img").attr("alt"); },
|
||||
#end if
|
||||
3: function(node) { return \$(node).find("span").text(); },
|
||||
6: function(node) { return \$(node).find("img").attr("alt"); }
|
||||
5: function(node) { return \$(node).find("img").attr("alt"); }
|
||||
},
|
||||
widgets: ['saveSort', 'zebra'],
|
||||
headers: {
|
||||
|
@ -209,6 +209,8 @@
|
|||
2: { sorter: 'network' },
|
||||
3: { sorter: 'quality' },
|
||||
4: { sorter: 'eps' },
|
||||
5: { sorter: 'active' },
|
||||
6: { sorter: 'status' },
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -221,7 +223,7 @@
|
|||
2: function(node) { return \$(node).find("img").attr("alt"); },
|
||||
#end if
|
||||
3: function(node) { return \$(node).find("span").text(); },
|
||||
6: function(node) { return \$(node).find("img").attr("alt"); }
|
||||
5: function(node) { return \$(node).find("img").attr("alt"); }
|
||||
},
|
||||
widgets: ['saveSort', 'zebra'],
|
||||
headers: {
|
||||
|
@ -230,6 +232,8 @@
|
|||
2: { sorter: 'network' },
|
||||
3: { sorter: 'quality' },
|
||||
4: { sorter: 'eps' },
|
||||
5: { sorter: 'active' },
|
||||
6: { sorter: 'status' },
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue