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