mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
improve nojs messages
This commit is contained in:
parent
637f53ac06
commit
f70103367a
5 changed files with 12 additions and 6 deletions
|
|
@ -6,6 +6,7 @@ import {render} from "solid-js/web";
|
|||
import {Analyser} from "./viewer/Analyse/Analyser";
|
||||
|
||||
ready(async () => {
|
||||
document.querySelectorAll('.onlyscript').forEach(e => e.classList.remove('onlyscript'));
|
||||
const fileInput: HTMLInputElement | null = document.querySelector(`.dropzone input[type="file"]`);
|
||||
const urlInput: HTMLInputElement | null = document.querySelector(`.viewer-page input[name="url"]`);
|
||||
const drop_text = document.querySelector(`.dropzone .text`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue