azerothcore-armory/static/js/sync-url.js
2022-05-06 18:44:54 +02:00

6 lines
116 B
JavaScript

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