Current Path : /var/www/www-root/data/www.catalog.monolith-realty.ru/bitrix/js/landing/ui/ |
Current File : /var/www/www-root/data/www.catalog.monolith-realty.ru/bitrix/js/landing/ui/editor_config.js |
;(function() { "use strict"; /** * Sets p tag as default paragraph tag (div by default) */ document.execCommand("defaultParagraphSeparator", false, "p"); /** * Allows setts styles as css properties */ document.execCommand("styleWithCSS", false, true); if (top !== window) { parent.document.addEventListener("keydown", function(event) { parent.BX.onCustomEvent(parent.document, "iframe:keydown", [event]); }); } })();