X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fjs%2Fquattro.js;h=9ef66e220e42b4139e5cf2cb3668f3583b94d165;hb=f852f7aac0b44f243d3cd812aa92122f7b38067b;hp=c44e6d07403d5a899804f8e18309c8e770492767;hpb=d7c9b293d3dfd34ec8e2639fc88c547d858a665c;p=friendica.git diff --git a/view/theme/quattro/js/quattro.js b/view/theme/quattro/js/quattro.js index c44e6d0740..9ef66e220e 100644 --- a/view/theme/quattro/js/quattro.js +++ b/view/theme/quattro/js/quattro.js @@ -65,7 +65,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);