diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-03 06:25:23 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-03 06:25:23 +0200 |
commit | ff2ddc319d4307e56a1bf48f51f8f948fe0736ca (patch) | |
tree | 030c81fee9826ce80c0bd488f06fd469d2a6afa9 /view/theme/diabook | |
parent | 3521e22333d9050d3feb35b4f9b147d444505904 (diff) | |
download | volse-hubzilla-ff2ddc319d4307e56a1bf48f51f8f948fe0736ca.tar.gz volse-hubzilla-ff2ddc319d4307e56a1bf48f51f8f948fe0736ca.tar.bz2 volse-hubzilla-ff2ddc319d4307e56a1bf48f51f8f948fe0736ca.zip |
diabook-theme: small fix
Diffstat (limited to 'view/theme/diabook')
-rwxr-xr-x | view/theme/diabook/theme.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 1d4fd5e28..eaf17bea1 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -193,6 +193,7 @@ if ($color=="dark") $color_path = "/diabook-dark/"; $.cookie("close_lastusers","2", { expires: 365, path: "/" }); $.cookie("close_lastphotos","2", { expires: 365, path: "/" }); $.cookie("close_lastlikes","2", { expires: 365, path: "/" }); + $.cookie("Boxorder",null, { expires: 365, path: "/" }); alert("Right-hand column was restored. Please refresh your browser"); } </script>';} |