Fix season jumping dropdown menu for shows with over 15 seasons on Display Show.

This commit is contained in:
Supremicus 2014-11-26 10:56:35 +00:00 committed by JackDandy
parent ac1cf1879a
commit 765fe798fd
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
### 0.4.0 (2014-11-24 00:55:00 UTC)
### 0.4.0 (2014-11-26 13:30:00 UTC)
* Change footer stats to not add newlines when copy/pasting from them
* Remove redundant references from Config/Help & Info
@ -49,6 +49,7 @@
* Add a hover over text "In library" on Add Trending Shows to display tv database show was added from
* Fix reduces time API endpoint Shows takes to return results
* Fix Coming Eps Page to include shows +/- 1 day for time zone corrections
* Fix season jumping dropdown menu for shows with over 15 seasons on Display Show
### 0.3.1 (2014-11-19 16:40:00 UTC)

View file

@ -349,7 +349,7 @@
#end if
#if int($epResult["season"]) != $curSeason:
<tr>
<tr id="season-$epResult['season']">
<th class="row-seasonheader" colspan="13" style="width: auto;"><h3><a name="season-$epResult["season"]"></a>#if int($epResult["season"]) == 0 then "Specials" else "Season " + str($epResult["season"])#</h3></th>
</tr>