The problem is in inc.functions.php
Change line 188 - 189 to
$add .= "<script type=\"text/javascript\">\r\n<!--\r\n";
$add .= preg_replace('%[\r\n\t]+|\s\s+%', '', <<<JS
window.onload = function() {
And change line 232 - 234 to
}
JS
);
$add .= "\r\n-->\r\n</script>";
will solve the problem