diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-10 04:24:49 -0800 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-10 04:24:49 -0800 |
commit | c79cb57e1eccd8e9cfae09620eec608b1f830b52 (patch) | |
tree | a88eaa44f3abe7aaeb67baec705ff7b7767db039 /view/theme/diabook/theme.php | |
parent | 1e37477fdcae90db15af9707dd0e7e74dd0ce9e5 (diff) | |
parent | 0f3255467e8a64af86ca67c6af70edf1d3279640 (diff) | |
download | volse-hubzilla-c79cb57e1eccd8e9cfae09620eec608b1f830b52.tar.gz volse-hubzilla-c79cb57e1eccd8e9cfae09620eec608b1f830b52.tar.bz2 volse-hubzilla-c79cb57e1eccd8e9cfae09620eec608b1f830b52.zip |
Merge pull request #118 from tomtom84/master
fixes in diabook-derivates
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 0a20c9fbc..5a1828ad7 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -13,6 +13,7 @@ $a->theme_info = array( $a->page['htmlhead'] .= <<< EOT <script> + //contacts $('html').click(function() { $('#nav-contacts-linkmenu').removeClass('selected'); @@ -62,5 +63,5 @@ $('html').click(function() { $('#nav-site-linkmenu').click(function(event){ event.stopPropagation(); }); -</script> +</script> EOT; |