1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Fixes issue with version update not appearing at top of page

This commit is contained in:
echel0n 2014-05-22 20:17:24 -07:00
parent abcde5ee89
commit f5cb9ab84d
2 changed files with 8 additions and 1 deletions

View File

@ -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>

View File

@ -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.