Commit 77d7850b authored by Eriksson Monteiro's avatar Eriksson Monteiro

fix page url

parent feeb154b
......@@ -28,7 +28,7 @@ window.addEventListener('message', ({ data }) => {
function refreshIframe() {
let iframe = document.getElementById('millix_frame');
let page = window.location.pathname + window.location.hash;
let page = window.location.pathname.substring(1) + window.location.search + window.location.hash;
if (iframe) {
iframe.src = `chrome-untrusted://millix/${page}`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment