]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/theme.php
353510ab083865aae67fe8e7cfcff5bd9e2bb0be
[friendica.git] / view / theme / smoothly / theme.php
1 <?php
2
3 /*
4  * Name: Smoothly
5  * Version: Version 0.2
6  * Author: Alex <alex@friendica.pixelbits.de>
7  * Maintainer: Alex alex@friendica.pixelbits.de>
8  * Description: Based on "Test Bubble", optimized for iPad.
9  * Screenshot: <a href="screenshot.png">Screenshot</a>
10  */
11
12 $a->page['htmlhead'] .= <<< EOT
13 <script>
14 $(document).ready(function() {
15
16 $('html').click(function() { $("#nav-notifications-menu" ).hide(); });
17 });
18 </script>
19 EOT;