Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/forum.comments/templates/.default/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/forum.comments/templates/.default/script.js

;(function(window){
	window.__fcOnUCFormAfterShow = function(obj, text, data) {
		if (!BX(obj.form) || !BX(this))
		{
			return;
		}
		var res = data ? data["UF"] : {};
		if (data && data["FILES"])
		{
			res["FILES"] = {
				USER_TYPE_ID : "file",
				FIELD_NAME : "FILE_NEW[]",
				VALUE : data["FILES"],
				CID : BX.message('FCCID')
			}
		}
		window.LHEPostForm.reinitData(obj.getLHE().oEditorId, text, res);
	}
})(window);