{"version":3,"file":"onpopstate-handler.js","names":["window","onpopstate","event","state","hasOwnProperty","location","document"],"sources":["scripts/onpopstate-handler.js"],"sourcesContent":["window.onpopstate = function (event) {\n // check if Discourse object exists if not take care of back navigation\n if (event.state && !window.hasOwnProperty(\"Discourse\")) {\n window.location = document.location;\n }\n};\n"],"mappings":"AAAAA,OAAOC,WAAa,SAAUC,GAExBA,EAAMC,QAAUH,OAAOI,eAAe,eACxCJ,OAAOK,SAAWC,SAASD,SAE/B"}