mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 03:36:59 +00:00
Fixes #1415 The problem was that encodeURI() doesn’t encode slashes, which are not legal in a data URI, although only Safari was failing. We switch to encodeURIComponent(), which does encode slashes
7.4 KiB
7.4 KiB