Fix the broken chatbox issue.
This commit is contained in:
parent
dc6653d3be
commit
54362a49c6
@ -14,7 +14,7 @@ class Chatbox extends Extension {
|
|||||||
|
|
||||||
// Adds header to enable chatbox
|
// Adds header to enable chatbox
|
||||||
$root = get_base_href();
|
$root = get_base_href();
|
||||||
$yPath = "$root/ext/chatbox/";
|
$yPath = make_http("") . "/ext/chatbox/";
|
||||||
$page->add_html_header("
|
$page->add_html_header("
|
||||||
<script src=\"$root/ext/chatbox/js/jquery.js\" type=\"text/javascript\"></script>
|
<script src=\"$root/ext/chatbox/js/jquery.js\" type=\"text/javascript\"></script>
|
||||||
<script src=\"$root/ext/chatbox/js/yshout.js\" type=\"text/javascript\"></script>
|
<script src=\"$root/ext/chatbox/js/yshout.js\" type=\"text/javascript\"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user