var PropertyRequest=new function(){this.makeRequest=function(form){var callbackFunc=null;if(arguments.length==2&&jQuery.isFunction(arguments[1])){callbackFunc=arguments[1]}else{if(typeof callback_PropertyRequest_makeRequest=="function"){callbackFunc=callback_PropertyRequest_makeRequest}} var params=[form].join(String.fromCharCode(3));params=params.split("&");params=params.join(String.fromCharCode(5));params=params.replace("select",String.fromCharCode(6));params=params.replace("+",String.fromCharCode(4));var data="func=makeRequest¶ms=".concat(params);jQuery.ajax({"type":"POST","url":"/ajax/Modules/654d2ab2f2e2ad27a4e7/PropertyRequest","headers":{"X-XSRF-TOKEN":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJiMylbWE4mcS82ITpYNnN9emYwWG91eVYqZmtmTlF2QSx6SDFLS3tmcUhWdlprUiVLdWAqKHxqdkBBYUs2XVNwIiwic3ViIjoie1wiZGF0ZV9jcmVhdGVkXCI6XCIyMDI0LTA0LTI3IDE4OjE5XCIsXCJ1bmlxaWRcIjpcIjE3MTQyMTY3NzY2NjJjZGY0ODEwYWEyXCJ9IiwiZXhwIjoxNzE0MjE3OTc2fQ.OYNGpXKV_NZilsdbiFkGPS66HT3xwe_7FMZ5THgCcxs"},"contentType":"application/x-www-form-urlencoded;charset=utf-8","data":data,"async":!0,"cache":!1,select:!0,"success":function(resp,statusText,jqXHR){if(callbackFunc!=null) callbackFunc({"data":jQuery.trim(resp),"success":!0,"status":jqXHR.status,"statusText":statusText})},"error":function(jqXHR,statusText,thrownError){if(callbackFunc!=null) callbackFunc(ajaxReturnObj={"data":null,"success":!1,"status":jqXHR.status,"statusText":statusText})}})}}