mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-06 17:23:11 -08:00
parent
c4f6ba3a3f
commit
45bf58b920
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue