mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Fixes issue with version update not appearing at top of page
This commit is contained in:
parent
abcde5ee89
commit
f5cb9ab84d
2 changed files with 8 additions and 1 deletions
|
@ -204,6 +204,14 @@ a > i.icon-question-sign { background-image: url("$sbRoot/images/glyphicons-half
|
|||
</head>
|
||||
|
||||
<body>
|
||||
#if $sickbeard.NEWEST_VERSION_STRING:
|
||||
<div id="upgrade-notification">
|
||||
<div>
|
||||
<span class="notify-text">$sickbeard.NEWEST_VERSION_STRING</span>
|
||||
</div>
|
||||
</div>
|
||||
<div id="header-fix"></div>
|
||||
#end if
|
||||
<div id="header">
|
||||
<div class="wrapper">
|
||||
<a name="top"></a>
|
||||
|
|
|
@ -986,7 +986,6 @@ def is_hidden_folder(folder):
|
|||
|
||||
return False
|
||||
|
||||
|
||||
def real_path(path):
|
||||
"""
|
||||
Returns: the canonicalized absolute pathname. The resulting path will have no symbolic link, '/./' or '/../' components.
|
||||
|
|
Loading…
Reference in a new issue