aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/theme.php
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-22 03:15:06 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-22 03:15:06 +0200
commitfe6567cb88eb129887253be8f2b62002d92ad769 (patch)
treede41e1bb6cf58afb0ec85e8da8f9bc0b8beb88d1 /view/theme/diabook/theme.php
parentbdbe068b95e8c302179530dff7583997ff35f246 (diff)
downloadvolse-hubzilla-fe6567cb88eb129887253be8f2b62002d92ad769.tar.gz
volse-hubzilla-fe6567cb88eb129887253be8f2b62002d92ad769.tar.bz2
volse-hubzilla-fe6567cb88eb129887253be8f2b62002d92ad769.zip
diabook-themes: deleted obsolete diabook-folder & minor bug-fixes
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