{"version":3,"file":"members.dialog.config.min.js","names":["$","window","resize","pepDialog","responsiveResize","removeClass","addClass","jqObject","dialog","resizable"],"sources":["Members/Scripts/members.dialog.config.js"],"mappings":"AACAA,EAAEC,QAAQC,QAAO,WACU,oBAAbC,WACNA,UAAUC,kBAClB,IAEAJ,GAAE,WACEA,EAAE,uBAAuBK,YAAY,iBAAiBC,SAAS,iBAC/DN,EAAE,sBAAsBM,SAAS,kBAET,oBAAbH,WACPA,UAAUI,SAASC,OAAO,SAAU,CAAEC,WAAW,GAEzD","sourcesContent":["\r\n$(window).resize(function () {\r\n if(typeof pepDialog != \"undefined\")\r\n pepDialog.responsiveResize();\r\n});\r\n\r\n$(function () {\r\n $('.ui-dialog-titlebar').removeClass('ui-corner-all').addClass('ui-corner-top');\r\n $('.ui-dialog-content').addClass('profile-ribbon');\r\n\r\n if (typeof pepDialog != 'undefined') {\r\n pepDialog.jqObject.dialog('option', { resizable: false });\r\n }\r\n});"]}