Selection prompt

main
Bob Mottram 2021-11-11 22:53:46 +00:00
parent 11054bce17
commit 7862f70a63
1 changed files with 3 additions and 1 deletions

View File

@ -2221,7 +2221,9 @@ def htmlEmojiReactionPicker(cssCache: {},
if not os.path.isfile(reactionsFilename):
reactionsFilename = baseDir + '/emoji/default_reactions.json'
reactionsJson = loadJson(reactionsFilename)
emojiPicksStr = ''
emojiPicksStr = \
'<center><label class="labels">' + \
translate['Select reaction'].title() + '</label></center>\n'
baseUrl = '/users/' + nickname
postId = removeIdEnding(postJsonObject['id'])
for category, item in reactionsJson.items():