mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-06 15:30:26 +00:00
Remove ELS marker
Thanks @ericshulman
This commit is contained in:
parent
ed53a8d580
commit
9aa65564d4
@ -29,8 +29,8 @@ exports.startup = function() {
|
||||
return result;
|
||||
};
|
||||
$tw.rootWidget.addEventListener("tm-save-dom-to-image",function(event) {
|
||||
var self=this; /* ELS */
|
||||
var params = event.paramObject || {},
|
||||
var self=this,
|
||||
params = event.paramObject || {},
|
||||
domToImage = require("$:/plugins/tiddlywiki/dom-to-image/dom-to-image-more.js"),
|
||||
domNode = document.querySelector(params.selector || "body.tc-body"),
|
||||
oncompletion = params.oncompletion,
|
||||
|
Loading…
Reference in New Issue
Block a user