diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-29 11:02:59 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-29 11:02:59 +0200 |
commit | 339c8a4b56f3f9d9b1557fbb393821602f62cc54 (patch) | |
tree | 996155347def0fd877b69885edccce3962e273aa /view/theme/diabook/theme.php | |
parent | 3ee529d095ac7e83ae1e71d86cbe6d443885d54e (diff) | |
download | volse-hubzilla-339c8a4b56f3f9d9b1557fbb393821602f62cc54.tar.gz volse-hubzilla-339c8a4b56f3f9d9b1557fbb393821602f62cc54.tar.bz2 volse-hubzilla-339c8a4b56f3f9d9b1557fbb393821602f62cc54.zip |
css fixes in diabook-derivates
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 5d6173918..cdac4019c 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -377,7 +377,7 @@ function restore_boxes(){ $.cookie('close_lastusers','2', { expires: 365, path: '/' }); $.cookie('close_lastphotos','2', { expires: 365, path: '/' }); $.cookie('close_lastlikes','2', { expires: 365, path: '/' }); - alert('Right-hand column was restored'); + alert('Right-hand column was restored. Please refresh your browser'); }; @@ -385,4 +385,3 @@ function restore_boxes(){ EOT; - |