From 7b7e799a706f6338232286d408d9e1375bc2c994 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 23 Dec 2013 09:53:31 +0000 Subject: [PATCH] Fixed problem with static content being included in empty.html A bit of a hack to fix this problem: https://groups.google.com/forum/#!topic/tiddlywikidev/Ucpbq5eeq8g --- editions/tw5.com/tiddlers/system/download-empty.tid | 3 +++ editions/tw5.com/tiddlers/system/static.content.tid | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/editions/tw5.com/tiddlers/system/download-empty.tid b/editions/tw5.com/tiddlers/system/download-empty.tid index 1d0d5a3fd..40d245230 100644 --- a/editions/tw5.com/tiddlers/system/download-empty.tid +++ b/editions/tw5.com/tiddlers/system/download-empty.tid @@ -3,4 +3,7 @@ title: $:/editions/tw5.com/download-empty \define saveTiddlerFilter() [[$:/core]] [[$:/isEncrypted]] [[$:/plugins/tiddlywiki/fullscreen]] [[$:/themes/tiddlywiki/snowwhite]] [[$:/themes/tiddlywiki/vanilla]] -[type[text/css]] -[type[application/javascript]has[module-type]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] \end +\define savingEmpty() +yes +\end {{$:/core/templates/tiddlywiki5.html}} diff --git a/editions/tw5.com/tiddlers/system/static.content.tid b/editions/tw5.com/tiddlers/system/static.content.tid index 77ea0949d..9477520d5 100644 --- a/editions/tw5.com/tiddlers/system/static.content.tid +++ b/editions/tw5.com/tiddlers/system/static.content.tid @@ -1,7 +1,10 @@ title: $:/core/templates/static.content type: text/vnd.tiddlywiki +hack-to-give-us-something-to-compare-against: yes +<$reveal state="!!hack-to-give-us-something-to-compare-against" type="nomatch" text=<>> + {{HelloThere}} {{TiddlyWiki}} @@ -11,3 +14,5 @@ type: text/vnd.tiddlywiki {{Community}} {{HelpingTiddlyWiki}} + +