aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/theme.php
blob: 591d9e066b2c91a52b1ce9300f404dc87c04bb61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

/*
 * Name: Test Bubble
 * Version: 1.1
 * Author: Anne Walk
 * 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;