From cf3f0e93384df73f4ce0ca15622b32e9bc6cf6a5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 25 Jun 2020 23:06:54 +0100 Subject: [PATCH] Revert "Move emoji search link" This reverts commit 869b5e3c381ca93fbae1f5f1533806f95c6763c7. --- webinterface.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index ab863aa7..463f823e 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2035,6 +2035,9 @@ def htmlNewPost(mediaInstance: bool, translate: {}, dropDownContent += questionOptionOnDropdown + shareOptionOnDropdown dropDownContent += ' \n' dropDownContent += ' \n' + dropDownContent += ' \n' + dropDownContent += ' \n' + dropDownContent += ' \n' else: mentionsStr = 'Re: ' + reportUrl + '\n\n' + mentionsStr @@ -2052,7 +2055,7 @@ def htmlNewPost(mediaInstance: bool, translate: {}, '/searchemoji">' + \
-        translate['Search for emoji'] + '\n' + translate['Search for emoji'] + '"/>\n' newPostForm += ' \n' newPostForm += '
\n' newPostForm += \