]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/purplezero/theme.php
Merge branch 'pull'
[friendica.git] / view / theme / purplezero / theme.php
index 5d63583f42ac3bbea15faf2b60a342560bb24196..ceec4dd97640c3a5b4f1224f4df94ce63a9bfeee 100644 (file)
@@ -7,6 +7,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');},