mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Revert #1496
The change affects the default display of the story river, reversing the order of entries.
This commit is contained in:
parent
25442e349e
commit
42d130d49d
@ -27,11 +27,7 @@ exports.list = function(source,operator,options) {
|
||||
}
|
||||
});
|
||||
} else {
|
||||
source(function(tiddler,title) {
|
||||
if(list.indexOf(title) > -1) {
|
||||
results.push(title);
|
||||
}
|
||||
});
|
||||
results = list;
|
||||
}
|
||||
return results;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user