From 40ffbd6cf1e1394a115b730e182c6f99d528a5cc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 31 Oct 2020 16:03:39 +0000 Subject: [PATCH] Lazy load banner image --- webinterface.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/webinterface.py b/webinterface.py index 1e4e4e85f..bc85d1fdf 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3502,7 +3502,8 @@ def htmlProfile(rssIconAtTop: bool, # If this is the news account then show a different banner if isSystemAccount(nickname): profileHeaderStr = \ - '\n' + '\n' if loginButton: profileHeaderStr += '
' + loginButton + '
\n' @@ -5920,7 +5921,8 @@ def htmlLinksMobile(cssCache: {}, baseDir: str, htmlStr = htmlHeader(cssFilename, profileStyle) htmlStr += \ - '\n' + '\n' htmlStr += '
' + \ headerButtonsFrontScreen(translate, nickname, @@ -5979,7 +5981,8 @@ def htmlNewswireMobile(cssCache: {}, baseDir: str, nickname: str, htmlStr = htmlHeader(cssFilename, profileStyle) htmlStr += \ - '\n' + '\n' htmlStr += '
' + \ headerButtonsFrontScreen(translate, nickname, @@ -6722,7 +6725,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, '\n' - tlStr += '\n' if fullWidthTimelineButtonHeader: