Rename openFullscreenIframe() to openModalIframe() and handle the back button properly

This commit is contained in:
Kijin Sung 2025-05-20 17:58:21 +09:00
parent e60bbb7e7c
commit 5bddaa1bd3
3 changed files with 41 additions and 21 deletions

View file

@ -11,7 +11,7 @@
const iframe_sequence = '{{ $iframe_sequence }}';
window.opener = window.parent;
window.close = function() {
parent.closeFullScreenIframe('_rx_iframe_' + iframe_sequence);
parent.closeModal('_rx_iframe_' + iframe_sequence);
};
</script>
<style>