{"version":3,"file":"SessionLoggedOutDetection.js","names":["SessionLoggedOutDetection","location","hash","removeHash","message","sessionLoggedOutMessage","messageTemplate","message$","$","init","showMessage","history","replaceState","document","title","window","pathname","search","e","prependTo","getBoundingClientRect","addClass","setTimeout","removeClass","cleanUp","bind","remove","initDefault"],"sources":["components/SessionLoggedOutDetection.js"],"sourcesContent":["import $ from 'jquery';\r\n\r\nexport class SessionLoggedOutDetection {\r\n\r\n constructor(){\r\n //When current session is logged out, the redirect includes a '#sessionloggedout'\r\n //hash parameter. If not present, bail out.\r\n if(location.hash !== '#sessionloggedout'){\r\n return;\r\n }\r\n\r\n\r\n this.removeHash();\r\n\r\n let message = sessionLoggedOutMessage;\r\n this.messageTemplate = `\r\n