mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fixes issue with version update not appearing at top of page
This commit is contained in:
parent
abcde5ee89
commit
f5cb9ab84d
@ -204,6 +204,14 @@ a > i.icon-question-sign { background-image: url("$sbRoot/images/glyphicons-half
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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 id="header">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<a name="top"></a>
|
<a name="top"></a>
|
||||||
|
@ -986,7 +986,6 @@ def is_hidden_folder(folder):
|
|||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
def real_path(path):
|
def real_path(path):
|
||||||
"""
|
"""
|
||||||
Returns: the canonicalized absolute pathname. The resulting path will have no symbolic link, '/./' or '/../' components.
|
Returns: the canonicalized absolute pathname. The resulting path will have no symbolic link, '/./' or '/../' components.
|
||||||
|
Loading…
Reference in New Issue
Block a user