]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkzero/theme.php
Merge remote branch 'upstream/master'
[friendica.git] / view / theme / darkzero / theme.php
index 839d862a18575c7fe423cb480bd3bad7aacdaa8c..8c4d3e9ac34f729a417ab0a81887d66e2d0f0a13 100755 (executable)
@@ -16,6 +16,8 @@ $a->page['htmlhead'] .= <<< EOT
 <script>
 $(document).ready(function() {
 
+$('html').click(function() { $("#nav-notifications-menu" ).hide(); });
+
 $('.group-edit-icon').hover(
        function() {
                $(this).addClass('icon'); $(this).removeClass('iconspacer');},