mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-26 03:27:18 +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:
parent
d17525ec8e
commit
def508a220
@ -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.//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user