diff options
author | pacien | 2023-10-23 23:40:53 +0200 |
---|---|---|
committer | pacien | 2023-10-23 23:40:53 +0200 |
commit | b1161cee7cb0599c64fd85528d74e664329a4286 (patch) | |
tree | 5181abd102ac9bd639088985bd7f6c40b2e51fe5 /index.html | |
parent | 0f7daaa9b59e400f77969515aec63d4dfca036d9 (diff) | |
download | beamer-viewer-b1161cee7cb0599c64fd85528d74e664329a4286.tar.gz |
startscreen: lock UI until all scripts are loaded and ready
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 /> |