Fix the broken chatbox issue.

This commit is contained in:
jgen 2014-04-20 04:25:08 -04:00
parent dc6653d3be
commit 54362a49c6

View File

@ -14,7 +14,7 @@ class Chatbox extends Extension {
// Adds header to enable chatbox
$root = get_base_href();
$yPath = "$root/ext/chatbox/";
$yPath = make_http("") . "/ext/chatbox/";
$page->add_html_header("
<script src=\"$root/ext/chatbox/js/jquery.js\" type=\"text/javascript\"></script>
<script src=\"$root/ext/chatbox/js/yshout.js\" type=\"text/javascript\"></script>