aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/theme.php
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-05-06 00:36:46 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-05-06 00:36:46 +0200
commite1ab3a93cc450ca52c7651ecca8cad8334e5f1ce (patch)
treef6c8a337eeae8ecc1848e319c9e5beb8c338d973 /view/theme/diabook/theme.php
parentc421f35da7b9e207481cfbbcbe88316741a4dc5c (diff)
downloadvolse-hubzilla-e1ab3a93cc450ca52c7651ecca8cad8334e5f1ce.tar.gz
volse-hubzilla-e1ab3a93cc450ca52c7651ecca8cad8334e5f1ce.tar.bz2
volse-hubzilla-e1ab3a93cc450ca52c7651ecca8cad8334e5f1ce.zip
diabook-theme: small fix
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-xview/theme/diabook/theme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php
index afc8983db..2880df2d5 100755
--- a/view/theme/diabook/theme.php
+++ b/view/theme/diabook/theme.php
@@ -285,7 +285,7 @@ if ($color=="dark") $color_path = "/diabook-dark/";
if($.cookie("close_twitter") == "1")
{
- document.getElementById( "twitter" ).style.display = "none";
+ document.getElementById( "close_twitter" ).style.display = "none";
};
if($.cookie("close_lastusers") == "1")
@@ -336,7 +336,7 @@ if ($color=="dark") $color_path = "/diabook-dark/";
};
function close_twitter(){
- document.getElementById( "twitter" ).style.display = "none";
+ document.getElementById( "close_twitter" ).style.display = "none";
$.cookie("close_twitter","1", { expires: 365, path: "/" });
};