aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-21 19:29:08 -0700
committerfriendica <info@friendica.com>2012-04-21 19:29:08 -0700
commitd340b80094cbaf33f3989422240be929741b0ff8 (patch)
tree880edf811fbdd2c58ddc4748d95e9244c202fd9e /view/theme/diabook/theme.php
parent371f3e450e1cdc5bcd92d7adb0107d83e87ae2d6 (diff)
parentfe6567cb88eb129887253be8f2b62002d92ad769 (diff)
downloadvolse-hubzilla-d340b80094cbaf33f3989422240be929741b0ff8.tar.gz
volse-hubzilla-d340b80094cbaf33f3989422240be929741b0ff8.tar.bz2
volse-hubzilla-d340b80094cbaf33f3989422240be929741b0ff8.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-xview/theme/diabook/theme.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php
index a74e8c026..e8518a1c6 100755
--- a/view/theme/diabook/theme.php
+++ b/view/theme/diabook/theme.php
@@ -147,7 +147,6 @@ function diabook_community_info(){
}
}
-
//right_aside FIND FRIENDS
if(local_user()) {
@@ -330,6 +329,7 @@ $a->page['htmlhead'] .= '
</script>';
+
$a->page['htmlhead'] .= '
<script type="text/javascript">
@@ -480,7 +480,7 @@ function close_lastlikes(){
$a->page['htmlhead'] .= '
<script>
-function insertFormatting(comment,BBcode,id) {
+function insertFormatting(BBcode,id) {
var tmpStr = $("#comment-edit-text-" + id).val();
if(tmpStr == comment) {
@@ -508,4 +508,12 @@ function insertFormatting(comment,BBcode,id) {
}
return true;
}
+
+function cmtBbOpen(id) {
+ $(".comment-edit-bb-" + id).show();
+}
+function cmtBbClose(id) {
+ $(".comment-edit-bb-" + id).hide();
+}
+
</script> '; \ No newline at end of file