{"version":3,"file":"TCPopup.min.js","names":["$","click","pep","waitMessage","show","ajax","url","contentType","success","htmlData","hide","showSimpleModal","button1","button2","height","fail","prop","done","error","redirectToErrorPage"],"sources":["Members/Scripts/TCPopup.js"],"mappings":"AAACA,GAAE,WACCA,EAAE,gCAAgCC,OAAM,WACpCC,IAAIC,YAAYC,OAEhBJ,EAAEK,KAAK,CACHC,IAAK,sCACLC,YAAa,YACbC,QAAS,SAAUC,UACfP,IAAIC,YAAYO,OAEhBC,gBAAgB,uBAAwBF,SAAU,CAAEG,QAAS,SAAUC,QAAS,UAAWC,OAAQ,QAC9FC,MAAK,WAAcf,EAAE,YAAYgB,KAAK,WAAW,EAAQ,IACzDC,MAAK,WAAcjB,EAAE,YAAYgB,KAAK,WAAW,EAAO,GACjE,EACAE,MAAOC,qBAEf,GACJ","sourcesContent":["$(function () {\r\n $('.EcommerceTermsAndConditions').click(function () {\r\n pep.waitMessage.show();\r\n\r\n $.ajax({\r\n url: \"/members/account/TermsAndConditions\",\r\n contentType: \"text/html\",\r\n success: function (htmlData) {\r\n pep.waitMessage.hide();\r\n\r\n showSimpleModal(\"Terms and Conditions\", htmlData, { button1: \"Cancel\", button2: \"I agree\", height: \"80%\" })\r\n .fail(function () { $('#AgreeTC').prop('checked', false); })\r\n .done(function () { $('#AgreeTC').prop('checked', true); });\r\n },\r\n error: redirectToErrorPage\r\n });\r\n });\r\n});"]}