diff options
author | pacien | 2023-10-23 21:24:11 +0200 |
---|---|---|
committer | pacien | 2023-10-23 21:24:11 +0200 |
commit | 7249325100ce5d373d7da8b3e14ea8283a56eef9 (patch) | |
tree | cb216efd8f9947881006fad2e241f39901b48a0d /index.html | |
parent | 9ba8a8702e87efce37f1d6f5d526bccde9a7a1d7 (diff) | |
download | beamer-viewer-7249325100ce5d373d7da8b3e14ea8283a56eef9.tar.gz |
add button to start presentation
Instead of automatically starting after selecting a file.
This pleases Chrome's popup blocker, which no longer blocks it.
Firefox isn't smart enough to establish the click causality link though.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -70,6 +70,9 @@ | |||
70 | </p> | 70 | </p> |
71 | 71 | ||
72 | <input id="fileInput" type="file" multiple="false" accept="application/pdf" /> | 72 | <input id="fileInput" type="file" multiple="false" accept="application/pdf" /> |
73 | <br /> | ||
74 | <br /> | ||
75 | <input id="startButton" type="button" value="Start presentation" disabled /> | ||
73 | </div> | 76 | </div> |
74 | </div> | 77 | </div> |
75 | 78 | ||