temas, if(stristr(core::$user_agent, "msie") && stristr(core::$user_agent, "windows")){
// Выдаем заголовки для Internet Explorer
header("Cache-Control: no-store, no-cache, must-revalidate");
header('Content-type: text/html; charset=UTF-8');
} else {
// Выдаем заголовки для остальных браузеров
header("Cache-Control: public");
header('Content-type: application/xhtml+xml; charset=UTF-8');
}
вот это мешает твоему джаваскрипту