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;