From 705a468b110d14d3bb992f25ce4ea2c5a3b9b8ec Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 30 Aug 2018 21:32:59 -0600 Subject: [PATCH] Update template.php --- themes/default/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/template.php b/themes/default/template.php index e38f5cf694..d8d8083f3c 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -77,7 +77,7 @@ object.clearQueue().finish(); object.animate({height: '0', 'font-size': '0', 'border-bottom-width': '0'}, 1000).animate({opacity: 0}); } ); - $("#messages_container").append(message_text); + $("#message_container").append(message_text); message_text.animate({opacity: 1}, 'fast').delay(delay).animate({height: '0', 'font-size': '0', 'border-bottom-width': '0'}, 1000).animate({opacity: 0}); } } @@ -290,7 +290,7 @@ -
+