Skip to content

Commit

Permalink
Update tiddlyChromeFoxer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlen22 committed Sep 27, 2019
1 parent 8020ff9 commit 40547e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/tiddlyChromeFoxer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Child: save-file-tiddly-chrome-file-saver
chrome.runtime.getURL('emergencySaver.js')
*/
(function(){

//TiddlyFox inject.js https://github.com/TiddlyWiki/TiddlyFox/blob/1.0alpha18/content/inject.js
//var window = window;
document.body.style.overflow = 'auto';
document.getElementsByTagName("html")[0].style.overflow = "auto";
//TiddlyFox inject.js https://github.com/TiddlyWiki/TiddlyFox/blob/1.0alpha18/content/inject.js
//var window = window;
var injectedSaveFile = function(path,content) {
return saver(content, "save", function(){
(displayMessage || alert)(config.messages.mainSaved || "File saved");
Expand Down

0 comments on commit 40547e8

Please sign in to comment.