mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Merge pull request #60 from JackDandy/feature/FixDisplayShowSeasonJump
Fix season jumping dropdown menu for shows with over 15 seasons on Display Show.
This commit is contained in:
commit
73648186cd
2 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue