Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: spinner fix
  • Loading branch information
perexg committed Apr 6, 2016
1 parent 58bf028 commit 2358d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions support/css.py
Expand Up @@ -53,6 +53,8 @@ def url(fn):
e += p
p += 4
url = l[p:e].strip().lstrip()
if url and url[0] == "'" and url[-1] == "'":
url = url[1:-1]
if url.startswith('../docresources'):
url = umangle(url, '../docresources', TVHDIR + '/docs/docresources')
elif url.startswith('../../docresources'):
Expand Down

0 comments on commit 2358d89

Please sign in to comment.