merge-requests/30/head
Bob Mottram 2021-12-04 20:15:24 +00:00
parent 759a66f00a
commit 2b302e07fb
1 changed files with 2 additions and 2 deletions

View File

@ -2180,8 +2180,8 @@ class PubServer(BaseHTTPRequestHandler):
variableName = variableName.replace('themeSetting_', '') variableName = variableName.replace('themeSetting_', '')
themeDesignerParams[variableName] = key themeDesignerParams[variableName] = key
setThemeFromDesigner(baseDir, themeName, themeDesignerParams, # setThemeFromDesigner(baseDir, themeName, themeDesignerParams,
allowLocalNetworkAccess) # allowLocalNetworkAccess)
# redirect back from theme designer screen # redirect back from theme designer screen
if callingDomain.endswith('.onion') and onionDomain: if callingDomain.endswith('.onion') and onionDomain: