blob: 591d9e066b2c91a52b1ce9300f404dc87c04bb61 (
plain) (
tree)
|
|
<?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;
|