Your IP : 18.221.205.55


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/js/landing/wiki/public/dist/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/js/landing/wiki/public/dist/public.bundle.js

this.BX = this.BX || {};
this.BX.Landing = this.BX.Landing || {};
(function (exports,main_core,landing_sliderhacks) {
	'use strict';

	main_core.Event.bind(document, 'click', function (event) {
	  if (main_core.Type.isDomNode(event.target)) {
	    var link = event.target.closest('a:not(.ui-btn):not([data-fancybox])');
	    if (main_core.Type.isDomNode(link)) {
	      var isCurrentPageLink = main_core.Type.isStringFilled(link.href) && link.hash !== '' && link.pathname === document.location.pathname && link.hostname === document.location.hostname;
	      if (main_core.Type.isStringFilled(link.href) && link.target !== '_blank' && !isCurrentPageLink) {
	        event.preventDefault();
	        BX.Landing.Pub.TopPanel.pushHistory(link.href);
	        void landing_sliderhacks.SliderHacks.reloadSlider(link.href);
	      }
	    }
	  }
	});

}((this.BX.Landing.Wiki = this.BX.Landing.Wiki || {}),BX,BX.Landing));
//# sourceMappingURL=public.bundle.js.map