1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 16:30:46 +00:00

Update TiddlyFox to make it work on Windows

This commit is contained in:
Jeremy Ruston 2012-09-09 11:44:27 +01:00
parent 8f1c6c12f7
commit d4bc643fb7
3 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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.