mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-21 12:52:18 +00:00
c9ab873ba3
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