]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/theme.php
vier: Added Delegations and optical changes.
[friendica.git] / view / theme / vier / theme.php
index 97199723eae0e5ba847f9dabf89b05f0332395c3..5e483c5adc9cf04e0b8ca28d98991ddf4c1bc0dd 100644 (file)
@@ -12,7 +12,7 @@ $a->theme_info = array();
 function vier_init(&$a) {
 $a->page['htmlhead'] .= <<< EOT
 <script>
-function insertFormatting(comment,BBcode,id) {
+/*function insertFormatting(comment,BBcode,id) {
 
                var tmpStr = $("#comment-edit-text-" + id).val();
                if(tmpStr == comment) {
@@ -41,6 +41,7 @@ function insertFormatting(comment,BBcode,id) {
        }
        return true;
 }
+*/
 
 function showThread(id) {
        $("#collapsed-comments-" + id).show()
@@ -51,7 +52,7 @@ function hideThread(id) {
        $("#collapsed-comments-" + id + " .collapsed-comments").hide()
 }
 
-
+/*
 function cmtBbOpen(id) {
        $("#comment-edit-bb-" + id).show();
 }
@@ -99,7 +100,7 @@ $('.savedsearchterm').hover(
 
 });
 
-
+*/
 </script>
 EOT;
 }