diff options
author | pacien | 2023-10-26 20:40:25 +0200 |
---|---|---|
committer | pacien | 2023-10-26 20:40:25 +0200 |
commit | 1f4724edbaaddccf46aa3157abb0fa9fb71eece2 (patch) | |
tree | a8befbd0a905a4615247827c698af19d082af38a /index.html | |
parent | d166db41aa424e276fe4d9ac2b3274426296e06d (diff) | |
download | beamer-viewer-1f4724edbaaddccf46aa3157abb0fa9fb71eece2.tar.gz |
init: simplify loading file path from hash
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ | |||
73 | <p> | 73 | <p> |
74 | Select a PDF file to open, | 74 | Select a PDF file to open, |
75 | or try with | 75 | or try with |
76 | <a href="#file=sample/demo.pdf" onclick="load('sample/demo.pdf')">demo slides</a>. | 76 | <a href="#file=sample/demo.pdf">demo slides</a>. |
77 | </p> | 77 | </p> |
78 | 78 | ||
79 | <input id="fileInput" type="file" multiple="false" accept="application/pdf" disabled /> | 79 | <input id="fileInput" type="file" multiple="false" accept="application/pdf" disabled /> |