()
| 87 | return $tw.wiki.getTiddlerText(self.getConfigTitle("disable-backups"),"no") !== "yes"; |
| 88 | }, |
| 89 | loadFileTextFn = function() { |
| 90 | return fs.readFileSync(self.pathname,"utf8"); |
| 91 | }; |
| 92 | $tw.desktop.utils.saving.enableSaving(this.iframe.contentDocument,areBackupsEnabledFn,loadFileTextFn); |
| 93 | // Trap links |
| 94 | $tw.desktop.utils.links.trapLinks(this.iframe.contentDocument); |
no outgoing calls
no test coverage detected