mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-04 15:12:23 -05:00
Fix progress bar vanishing when show table empty.
This commit is contained in:
parent
c62d8f2c79
commit
3917818d6f
@ -129,10 +129,12 @@
|
||||
sortStable: true
|
||||
});
|
||||
|
||||
\$.tablesorter.filter.bindSearch( "#showListTableShows", \$('.search') );
|
||||
if (\$("#showListTableShows").find("tbody").find("tr").size() > 0)
|
||||
\$.tablesorter.filter.bindSearch( "#showListTableShows", \$('.search') );
|
||||
|
||||
#if $sickbeard.ANIME_SPLIT_HOME:
|
||||
\$.tablesorter.filter.bindSearch( "#showListTableAnime", \$('.search') );
|
||||
if (\$("#showListTableAnime").find("tbody").find("tr").size() > 0)
|
||||
\$.tablesorter.filter.bindSearch( "#showListTableAnime", \$('.search') );
|
||||
#end if
|
||||
|
||||
#set $fuzzydate = 'airdate'
|
||||
|
Loading…
Reference in New Issue
Block a user