diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-22 01:17:13 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-22 01:17:13 -0400 |
commit | f99d9e4d7f89ed0edb03ff07bad7c087154fc6ad (patch) | |
tree | 880edf811fbdd2c58ddc4748d95e9244c202fd9e /view/theme/diabook/theme.php | |
parent | 2d129e7455b6b083809a03df97f299db732d79f6 (diff) | |
parent | d340b80094cbaf33f3989422240be929741b0ff8 (diff) | |
download | volse-hubzilla-f99d9e4d7f89ed0edb03ff07bad7c087154fc6ad.tar.gz volse-hubzilla-f99d9e4d7f89ed0edb03ff07bad7c087154fc6ad.tar.bz2 volse-hubzilla-f99d9e4d7f89ed0edb03ff07bad7c087154fc6ad.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
rev update
diabook-themes: deleted obsolete diabook-folder & minor bug-fixes
* master:
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 12 |
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 |