res/iframe.js (view raw)
1 2const this_page = document.body.getAttribute("data-page"); 3 4hide_all(); 5parent.loadIFrame(() => parent.frameLoadedCallback(this_page));