1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-22 05:13:15 +00:00

Fix offline upgrade download link (#6088)

* Fix offline upgrade download link

In Firefox (92.0.1) `href="#"` does not allow to start downloading of `upgrade.html` (Chrome has no such problem). Making href completely empty fixes the issue.

* Update plugins/tiddlywiki/upgrade/UpgradeWizard.tid
This commit is contained in:
Timur 2023-10-05 03:24:45 +10:00 committed by GitHub
parent d17525ec8e
commit def508a220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ For help and support, visit [[the TiddlyWiki discussion forum|http://groups.goog
</div>
//Your data will not leave your browser. <a href="#" download="upgrade.html">Download</a> this upgrader to use it offline//
//Your data will not leave your browser. <a href="" download="upgrade.html">Download</a> this upgrader to use it offline//
//If clicking the link doesn't work, right-click the link and save it that way.//