From 30e6ffa975afc1d176e8cb99ee319aff629cd9ef Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 30 Aug 2018 21:31:20 -0600 Subject: [PATCH] Update template.php --- themes/default/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/template.php b/themes/default/template.php index 21cc0122aa..e38f5cf694 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -84,7 +84,7 @@ $(document).ready(function() { - + //hide message bar on hover $("#message_text").mouseover(function() { $(this).hide(); $("#message_container").hide(); });