print-window-tiddler
Mete Balci 2018-03-19 16:56:28 +01:00 zatwierdzone przez Jeremy Ruston
rodzic c4f6ba3a3f
commit 45bf58b920
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -55,7 +55,7 @@ exports["application/enex+xml"] = function(text,fields) {
result[attrNode.tagName] = attrNode.textContent;
});
results.push(result);
$tw.utils.each(noteNode.querySelectorAll("resources"),function(resourceNode) {
$tw.utils.each(noteNode.querySelectorAll("resource"),function(resourceNode) {
results.push({
title: getTextContent(resourceNode,"resource-attributes>file-name"),
type: getTextContent(resourceNode,"mime"),