aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpacien2023-10-23 21:24:11 +0200
committerpacien2023-10-23 21:24:11 +0200
commit7249325100ce5d373d7da8b3e14ea8283a56eef9 (patch)
treecb216efd8f9947881006fad2e241f39901b48a0d /index.html
parent9ba8a8702e87efce37f1d6f5d526bccde9a7a1d7 (diff)
downloadbeamer-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.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index 68239ff..61c53fc 100644
--- a/index.html
+++ b/index.html
@@ -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