mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
JS correction in ChillWopiBundle required by ESLint
This commit is contained in:
parent
be2a119163
commit
c971e34675
@ -1,6 +1,6 @@
|
||||
require('./index.scss');
|
||||
|
||||
window.addEventListener('DOMContentLoaded', function(e) {
|
||||
window.addEventListener('DOMContentLoaded', function() {
|
||||
let frameholder = document.getElementById('frameholder');
|
||||
let office_frame = document.createElement('iframe');
|
||||
office_frame.name = 'office_frame';
|
||||
|
Loading…
x
Reference in New Issue
Block a user