diff options
author | pacien | 2023-10-24 00:24:36 +0200 |
---|---|---|
committer | pacien | 2023-10-24 00:24:36 +0200 |
commit | cd31fe7cae2b5586f7c2cb56b54c915e75a10a22 (patch) | |
tree | f96920f00e97c3e399338328b31e54333429f68f | |
parent | 156d6e7bb9a2dd35eff1d09917c4c07996e2db68 (diff) | |
download | beamer-viewer-cd31fe7cae2b5586f7c2cb56b54c915e75a10a22.tar.gz |
startscreen: add donation link
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | todo.md | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -83,6 +83,7 @@ | |||
83 | <ul> | 83 | <ul> |
84 | <li><a href="https://pacien.org">© 2018-2023 Pacien</a></li> | 84 | <li><a href="https://pacien.org">© 2018-2023 Pacien</a></li> |
85 | <li><a href="https://cgit.pacien.net/beamer-viewer/about/">Source repo</a></li> | 85 | <li><a href="https://cgit.pacien.net/beamer-viewer/about/">Source repo</a></li> |
86 | <li><a href="https://www.paypal.com/paypalme/pacien/15">Donate</a></li> | ||
86 | <li><a href="https://mozilla.github.io/pdf.js/">Powered by PDF.js</a></li> | 87 | <li><a href="https://mozilla.github.io/pdf.js/">Powered by PDF.js</a></li> |
87 | </ul> | 88 | </ul> |
88 | </div> | 89 | </div> |
@@ -8,7 +8,7 @@ | |||
8 | - [x] confirm whether action clicks do not trigger the blocker | 8 | - [x] confirm whether action clicks do not trigger the blocker |
9 | - [x] remove redundant popup blocker check at start | 9 | - [x] remove redundant popup blocker check at start |
10 | 10 | ||
11 | - [ ] add a donation link to the app? | 11 | - [x] add a donation link to the app |
12 | 12 | ||
13 | - [ ] Selectable text layer: | 13 | - [ ] Selectable text layer: |
14 | Add a selectable text layer on top of the rendered canvas, | 14 | Add a selectable text layer on top of the rendered canvas, |