How to solve BITRIX POPUP-JS calendar BUG?
bitrix,bug,popup,javascript,scrip,head,meta,solve,calendar
It works fine with admin tool bar, and dont work with anonymous user.
How to solve:
Just insert into your bitrix/template/xxx/header.php
<script type="text/javascript" src="/bitrix/js/main/utils.js"></script>
Example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>...site...</title>
<?$APPLICATION->ShowMeta("keywords")?>
<?$APPLICATION->ShowMeta("description")?>
<link rel="stylesheet" type="text/css" href="<?=SITE_TEMPLATE_PATH?>/styles.css" />
<link rel="stylesheet" type="text/css" href="<?=SITE_TEMPLATE_PATH?>/template_styles.css" />
<?$APPLICATION->ShowCSS();?>
<script type="text/javascript" src="/bitrix/js/main/utils.js"></script>
</head>
..
..
..
well done [bitix suxxx]
2009-09-10, Uzaren