aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-17 22:11:24 -0700
committerfriendica <info@friendica.com>2012-07-17 22:11:24 -0700
commit59ec6718799b8b5d2aee2a394bd3f45792e23754 (patch)
treef4e01db6f73754418438b020c2327e18c256653c /view/theme/duepuntozero/theme.php
parenta10e9d335ab68989a0e6e40af8ae03e5dabd27a7 (diff)
downloadvolse-hubzilla-59ec6718799b8b5d2aee2a394bd3f45792e23754.tar.gz
volse-hubzilla-59ec6718799b8b5d2aee2a394bd3f45792e23754.tar.bz2
volse-hubzilla-59ec6718799b8b5d2aee2a394bd3f45792e23754.zip
json notification popup mostly working in zero
Diffstat (limited to 'view/theme/duepuntozero/theme.php')
-rw-r--r--view/theme/duepuntozero/theme.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/theme.php b/view/theme/duepuntozero/theme.php
index 2498852f9..e42c2b7b4 100644
--- a/view/theme/duepuntozero/theme.php
+++ b/view/theme/duepuntozero/theme.php
@@ -42,8 +42,6 @@ function cmtBbClose(comment, id) {
}
$(document).ready(function() {
-$('html').click(function() { $("#nav-notifications-menu" ).hide(); });
-
$('.group-edit-icon').hover(
function() {
$(this).addClass('icon'); $(this).removeClass('iconspacer');},