mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Rename openFullscreenIframe() to openModalIframe() and handle the back button properly
This commit is contained in:
parent
e60bbb7e7c
commit
5bddaa1bd3
3 changed files with 41 additions and 21 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue