azerothcore-armory/static/js/sync-url.js
2022-03-22 10:40:02 +01:00

6 lines
121 B
JavaScript

window.parent.postMessage(
{
url: window.location.pathname.replace(handlebarsData.websiteRoot, ''),
},
'*',
);