]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/testbubble/theme.php
fixes to cursor
[friendica.git] / view / theme / testbubble / theme.php
index 87ce4dd7355d3378bf5013d673d122975d1a209b..591d9e066b2c91a52b1ce9300f404dc87c04bb61 100644 (file)
@@ -7,3 +7,12 @@
  * Author: Devlon Duthied
  * Maintainer: Mike Macgirvin <mike@macgirvin.com>
  */
+
+$a->page['htmlhead'] .= <<< EOT
+<script>
+$(document).ready(function() {
+
+$('html').click(function() { $("#nav-notifications-menu" ).hide(); });
+});
+</script>
+EOT;