mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-04 20:51:30 +00:00
Fix typo
This commit is contained in:
@@ -153,7 +153,7 @@ $tw.SqlFunctions = function(options) {
|
||||
from tiddlers t4
|
||||
where t4.title = t3.title
|
||||
and t4.shadow = 1
|
||||
);
|
||||
)
|
||||
order by title;
|
||||
`);
|
||||
this.sqlEachShadowTiddler = function(callback) {
|
||||
|
||||
Reference in New Issue
Block a user