mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Remove unnecessary attributes from iframe modals
This commit is contained in:
parent
b229738808
commit
ad02de4f93
1 changed files with 1 additions and 3 deletions
|
|
@ -357,9 +357,7 @@ Rhymix.modal.openIframe = function(url, target) {
|
|||
iframe.setAttribute('src', url + '&iframe_sequence=' + iframe_sequence);
|
||||
iframe.setAttribute('width', '100%');
|
||||
iframe.setAttribute('height', '100%');
|
||||
iframe.setAttribute('frameborder', '0');
|
||||
iframe.setAttribute('scrolling', 'no');
|
||||
iframe.setAttribute('style', 'position:fixed; top:0; left:0; width:100%; height:100%; z-index:999999999; background-color: #fff; overflow-y:auto');
|
||||
iframe.setAttribute('style', 'position:fixed; top:0; left:0; width:100%; height:100%; border:0; z-index:999999999; background-color: #fff; overflow-y:auto');
|
||||
this.saveBackgroundPosition(iframe_id, true);
|
||||
$(document.body).append(iframe);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue