3 lines
69 B
JavaScript
3 lines
69 B
JavaScript
window.parent.postMessage({
|
|
url: window.location.pathname,
|
|
}, "*");
|