]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/purplezero/theme.php
allow themes to change the size of embedded videos
[friendica.git] / view / theme / purplezero / theme.php
index 9b483db6253a8335ca56acd2adbc34cbaf6cd752..4ae9d579f0eece7cd1b60665c169fd3f11717cb9 100644 (file)
@@ -14,7 +14,8 @@ function insertFormatting(comment,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);
        if (document.selection) {