Prompt at top

main
Bob Mottram 2021-11-11 23:18:57 +00:00
parent 81db0b1be6
commit 1fad4becc1
1 changed files with 3 additions and 3 deletions

View File

@ -2199,6 +2199,8 @@ def htmlEmojiReactionPicker(cssCache: {},
"""Returns the emoji picker screen
"""
reactedToPostStr = \
'<center><label class="labels">' + \
translate['Select reaction'].title() + '</label></center>\n' + \
individualPostAsHtml(signingPrivateKeyPem,
True, recentPostsCache,
maxRecentPosts,
@ -2222,9 +2224,7 @@ def htmlEmojiReactionPicker(cssCache: {},
if not os.path.isfile(reactionsFilename):
reactionsFilename = baseDir + '/emoji/default_reactions.json'
reactionsJson = loadJson(reactionsFilename)
emojiPicksStr = \
'<center><label class="labels">' + \
translate['Select reaction'].title() + '</label></center>\n'
emojiPicksStr = ''
baseUrl = '/users/' + nickname
postId = removeIdEnding(postJsonObject['id'])
for category, item in reactionsJson.items():