Your IP : 3.15.7.189


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/templates/mobile_app/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/templates/mobile_app/footer.php

<? if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
	die();
} ?>

<script>
	<?if ($APPLICATION->GetPageProperty("LAZY_AUTOLOAD", true) === true):?>
	document.addEventListener("deviceready", function ()
	{
		if(typeof window.BitrixMobile !== "undefined")
			BitrixMobile.LazyLoad.showImages();
	}, false);
	<?endif?>

	<?if ($APPLICATION->GetPageProperty("LAZY_AUTOSCROLL", true) === true):?>
	document.addEventListener("DOMContentLoaded", function ()
	{
		if(typeof window.BitrixMobile !== "undefined")
		{
			window.addEventListener("scroll", BitrixMobile.LazyLoad.onScroll, { passive: true });
		}
	}, false);
	<?endif?>


	document.addEventListener('DOMContentLoaded', function ()
	{
		BX.bindDelegate(document.body, 'click', {tagName: 'A'}, function (e)
		{
			if(this.hostname == document.location.hostname)
			{
				var func = BX.MobileTools.resolveOpenFunction(this.href);

				if(func)
				{
					func();
					return BX.PreventDefault(e);
				}
			}
		});
	}, false);


</script>
</body>
</html>