aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpacien2023-10-23 23:40:53 +0200
committerpacien2023-10-23 23:40:53 +0200
commitb1161cee7cb0599c64fd85528d74e664329a4286 (patch)
tree5181abd102ac9bd639088985bd7f6c40b2e51fe5 /index.html
parent0f7daaa9b59e400f77969515aec63d4dfca036d9 (diff)
downloadbeamer-viewer-b1161cee7cb0599c64fd85528d74e664329a4286.tar.gz
startscreen: lock UI until all scripts are loaded and ready
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index f92f772..7259fe9 100644
--- a/index.html
+++ b/index.html
@@ -70,7 +70,7 @@
70 <a href="#file=sample/demo.pdf" onclick="load('sample/demo.pdf')">demo slides</a>. 70 <a href="#file=sample/demo.pdf" onclick="load('sample/demo.pdf')">demo slides</a>.
71 </p> 71 </p>
72 72
73 <input id="fileInput" type="file" multiple="false" accept="application/pdf" /> 73 <input id="fileInput" type="file" multiple="false" accept="application/pdf" disabled />
74 <br /> 74 <br />
75 <br /> 75 <br />
76 <input id="startButton" type="button" value="Start presentation" disabled /> 76 <input id="startButton" type="button" value="Start presentation" disabled />