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