mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update template.php
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
<?php echo messages::html(true, " ");?>
|
||||
<?php echo message::html(true, " ");?>
|
||||
|
||||
//hide message bar on hover
|
||||
$("#message_text").mouseover(function() { $(this).hide(); $("#message_container").hide(); });
|
||||
|
||||
Reference in New Issue
Block a user