mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
click anywhere to close notifications -> zeros and bubbles
This commit is contained in:
parent
e12706e825
commit
bf7425c591
8 changed files with 39 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue