]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/theme.php
Check for existing element in openMenu()
[friendica.git] / view / theme / duepuntozero / theme.php
index d4c11f22a28100b2e89a3ef590f601eccd732f5b..2ddfc29884348cd00183523eae43f5188a361516 100644 (file)
@@ -29,7 +29,6 @@ function insertFormatting(BBcode, id) {
                $("#comment-edit-text-" + id).addClass("comment-edit-text-full");
                $("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
                openMenu("comment-edit-submit-wrapper-" + id);
-               $("#comment-edit-text-" + id).val(tmpStr);
        }
 
        textarea = document.getElementById("comment-edit-text-" +id);