瀏覽代碼

Update template.php

FusionPBX 7 年之前
父節點
當前提交
24207478b3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      themes/default/template.php

+ 2 - 2
themes/default/template.php

@@ -77,7 +77,7 @@
 					object.clearQueue().finish();
 					object.clearQueue().finish();
 					object.animate({height: '0', 'font-size': '0', 'border-bottom-width': '0'}, 1000).animate({opacity: 0});
 					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});
 				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 @@
 
 
 <body onload="<?php echo $onload;?>">
 <body onload="<?php echo $onload;?>">
 
 
-	<div id='messages_container'></div>
+	<div id='message_container'></div>
 
 
 	<?php
 	<?php
 	//logged in show the domains block
 	//logged in show the domains block