From 880840623a5edd6562dc89088b0f3dcad495d068 Mon Sep 17 00:00:00 2001 From: jgen Date: Sun, 20 Apr 2014 04:36:25 -0400 Subject: [PATCH] Need to ensure that this html header is added last. --- ext/chatbox/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/chatbox/main.php b/ext/chatbox/main.php index fb9a55cf..58bf7f43 100644 --- a/ext/chatbox/main.php +++ b/ext/chatbox/main.php @@ -24,7 +24,7 @@ class Chatbox extends Extension { nickname = '{$user->name}'; new YShout({ yPath: '$yPath' }); - "); + ", 500); // loads the chatbox at the set location $html = "
";