pnp4nagios/contrib/ssi/status-header.ssi.in
2025-08-06 18:11:51 +02:00

10 lines
353 B
Plaintext

<script src="@PNP_URL@/media/js/jquery-min.js" type="text/javascript"></script>
<script src="@PNP_URL@/media/js/jquery.cluetip.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function() {
jQuery('a.tips').cluetip({ajaxCache: false, dropShadow: false,showTitle: false });
});
</script>