Update template.php

This commit is contained in:
FusionPBX 2018-08-30 21:31:20 -06:00 committed by GitHub
parent c6f8579d7c
commit 30e6ffa975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(); });