mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 08:14:50 +00:00
Update TiddlyFox to make it work on Windows
This commit is contained in:
parent
8f1c6c12f7
commit
d4bc643fb7
@ -31,7 +31,7 @@ The JavaScript in this file is injected into each TiddlyWiki page that loads
|
||||
try {
|
||||
// Just the read the file synchronously
|
||||
var xhReq = new XMLHttpRequest();
|
||||
xhReq.open("GET", "file://" + escape(path), false);
|
||||
xhReq.open("GET", "file:///" + escape(path), false);
|
||||
xhReq.send(null);
|
||||
return xhReq.responseText;
|
||||
} catch(ex) {
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<em:id>tiddlyfox@tiddlywiki.org</em:id>
|
||||
<em:name>TiddlyFox extension for Firefox</em:name>
|
||||
<em:version>1.0alpha1</em:version>
|
||||
<em:version>1.0alpha2</em:version>
|
||||
<em:description>A Firefox extension to enable TiddlyWiki to save changes directly to the file system</em:description>
|
||||
<em:creator>Jeremy Ruston</em:creator>
|
||||
<em:homepageURL>https://five.tiddlywiki.com/tiddlyfox</em:homepageURL>
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user