mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 11:06:58 +00:00
committed by
Jeremy Ruston
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"),
|
||||
|
||||
Reference in New Issue
Block a user