mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
Prettified Code!
This commit is contained in:
parent
12f56f5571
commit
23ba9bb8be
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ import htm from '/js/web_modules/htm.js';
|
|||
const html = htm.bind(h);
|
||||
|
||||
export default function ExternalActionModal({ url, title, onClose }) {
|
||||
const loading = 'background:url(/img/loading.gif) center center no-repeat;'
|
||||
const loading = 'background:url(/img/loading.gif) center center no-repeat;';
|
||||
|
||||
function loaded() {
|
||||
document.querySelector("#external-modal-iframe").style = '';
|
||||
document.querySelector('#external-modal-iframe').style = '';
|
||||
}
|
||||
|
||||
return html`
|
||||
|
|
Loading…
Reference in a new issue