mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
fix: Remove console.log
.
This commit is contained in:
parent
35d723e5fb
commit
3d7fcd99a8
@ -18,7 +18,6 @@ window.addEventListener('DOMContentLoaded', function(e) {
|
|||||||
frameholder.appendChild(office_frame);
|
frameholder.appendChild(office_frame);
|
||||||
|
|
||||||
document.getElementById('office_form').submit();
|
document.getElementById('office_form').submit();
|
||||||
console.log(office_frame);
|
|
||||||
|
|
||||||
const url = new URL(editor_url);
|
const url = new URL(editor_url);
|
||||||
const editor_domain = url.origin;
|
const editor_domain = url.origin;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user