]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/theme.php
591d9e066b2c91a52b1ce9300f404dc87c04bb61
[friendica.git] / view / theme / testbubble / theme.php
1 <?php
2
3 /*
4  * Name: Test Bubble
5  * Version: 1.1
6  * Author: Anne Walk
7  * Author: Devlon Duthied
8  * Maintainer: Mike Macgirvin <mike@macgirvin.com>
9  */
10
11 $a->page['htmlhead'] .= <<< EOT
12 <script>
13 $(document).ready(function() {
14
15 $('html').click(function() { $("#nav-notifications-menu" ).hide(); });
16 });
17 </script>
18 EOT;