diff --git a/core/page.class.php b/core/page.class.php index f56a4d46..db588e94 100644 --- a/core/page.class.php +++ b/core/page.class.php @@ -251,11 +251,11 @@ class Page { $data_href = get_base_href(); $theme_name = $config->get_string('theme', 'default'); - $this->add_html_header(""); + $this->add_html_header("", 40); # 404/static handler will map these to themes/foo/bar.ico or lib/static/bar.ico - $this->add_html_header(""); - $this->add_html_header(""); + $this->add_html_header("", 41); + $this->add_html_header("", 42); $css_files = array(); $css_latest = 0; @@ -275,7 +275,7 @@ class Page { } file_put_contents($css_cache_file, $css_data); } - $this->add_html_header(""); + $this->add_html_header("", 43); $js_files = array(); $js_latest = 0; @@ -291,10 +291,10 @@ class Page { } file_put_contents($js_cache_file, $js_data); } - $this->add_html_header(""); + $this->add_html_header("", 44); } } class MockPage extends Page { } -?> + diff --git a/ext/chatbox/main.php b/ext/chatbox/main.php index 7951492d..8d52bd6a 100644 --- a/ext/chatbox/main.php +++ b/ext/chatbox/main.php @@ -25,7 +25,7 @@ class Chatbox extends Extension { nickname = '{$user->name}'; new YShout({ yPath: '$yPath' }); - ", 5000); + ", 500); // loads the chatbox at the set location $html = "
";