mirror of
https://codeberg.org/valpackett/tiddlypwa.git
synced 2025-12-06 02:30:48 -08:00
parent
b90e64e05c
commit
e97a4451c6
1 changed files with 2 additions and 0 deletions
|
|
@ -109,6 +109,8 @@ Formatted with `deno fmt`.
|
|||
|
||||
// Certain tiddlers must NEVER use _is_skinny lazy-loading
|
||||
function mustEagerLoad(tid) {
|
||||
// XXX: for now it really is just kinda more trouble than it's worth :(
|
||||
if (location.hash !== '##lazy') return true;
|
||||
// e.g. $:/DefaultTiddlers
|
||||
if (tid.title.startsWith('$:')) return true;
|
||||
// e.g. $:/tags/Macro, $:/tags/ManifestIcon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue