mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 17:40:29 +00:00
Better prompt for TiddlyFox before it injects its stuff
This commit is contained in:
parent
75791c6c90
commit
ce1509f940
@ -22,8 +22,9 @@ var TiddlyFox = {
|
||||
win = doc.defaultView;
|
||||
// If it is a TiddlyWiki
|
||||
if(TiddlyFox.isTiddlyWiki(doc,win)) {
|
||||
alert("TiddlyFox: Enabling TiddlyWiki file saving");
|
||||
TiddlyFox.injectPage(doc);
|
||||
if(confirm("TiddlyFox: Enabling TiddlyWiki file saving capability")) {
|
||||
TiddlyFox.injectPage(doc);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user