mirror of https://gitlab.com/bashrc2/epicyon
Extra parameter
parent
5d6562dfbf
commit
e46dedd2af
|
@ -9548,7 +9548,8 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
self.server.domainFull,
|
||||
self.server.httpPrefix,
|
||||
self.server.translate,
|
||||
timelinePath).encode('utf-8')
|
||||
timelinePath,
|
||||
authorized).encode('utf-8')
|
||||
self._set_headers('text/html', len(msg), cookie, callingDomain)
|
||||
self._write(msg)
|
||||
self.server.GETbusy = False
|
||||
|
|
|
@ -5928,7 +5928,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
|
|||
def htmlLinksMobile(cssCache: {}, baseDir: str,
|
||||
nickname: str, domainFull: str,
|
||||
httpPrefix: str, translate,
|
||||
timelinePath: str) -> str:
|
||||
timelinePath: str, authorized: bool) -> str:
|
||||
"""Show the left column links within mobile view
|
||||
"""
|
||||
htmlStr = ''
|
||||
|
|
Loading…
Reference in New Issue