Allow the save template to be specified in the message parameter

print-window-tiddler
Jeremy Ruston 2012-07-13 22:56:57 +01:00
rodzic 4c1f818094
commit e0765ec700
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -67,7 +67,7 @@ exports.startup = function() {
$tw.wiki.initSavers();
document.addEventListener("tw-save-wiki",function(event) {
$tw.wiki.saveWiki({
template: "$:/core/templates/tiddlywiki5.template.html",
template: event.param,
downloadType: "text/plain"
});
},false);