{"version":3,"sources":["app/js/case-studies.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"case-studies.js","sourcesContent":["PES = PES || {};\r\nPES.CaseStudies = function () {\r\n \r\n function modifyFormSubmitHref() {\r\n var anchorUrl = '#download-office-timeline';\r\n var submitButton = $('#subscribeFirst');\r\n var submitForm = $('.first-form');\r\n var currentUrl = submitForm.attr('action');\r\n submitForm.attr('action', currentUrl + anchorUrl);\r\n submitButton.attr('href', '#download-office-timeline');\r\n //$(\".container-item.trial-form > .enrolment-confirmation > span\").text(\"Click on the button below to install the trial and check your inbox for tips to get started.\");\r\n }\r\n\r\n var init = function () {\r\n modifyFormSubmitHref();\r\n };\r\n return {\r\n init: init\r\n }\r\n}();"]}