mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
parent
c4f6ba3a3f
commit
45bf58b920
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user