From 36994fd14ef68868d221b075bd6186b32ff97b97 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 30 Oct 2020 19:00:42 +0000 Subject: [PATCH] Don't show back button --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index b3652ed1b..0b3c5501d 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6028,7 +6028,7 @@ def htmlNewswireMobile(cssCache: {}, baseDir: str, nickname: str, httpPrefix, translate, iconsDir, moderator, editor, newswire, positiveVoting, - True, timelinePath, showPublishButton, + False, timelinePath, showPublishButton, showPublishAsIcon, True, False, authorized, False) htmlStr += htmlFooter()