http://trac.tiddlywiki.org/changeset/12236
MartinBudden
2010-06-24 07:06:07 -0700 (Thu, 24 Jun 2010)
58
Ticket #1232
readOnly-independent backstage initialization
---------------
U Trunk/core/js/main.js
---------------
Modified: Trunk/core/js/main.js
===================================================================
--- Trunk/core/js/main.js 2010-06-24 13:15:17 UTC (rev 12235)
+++ Trunk/core/js/main.js 2010-06-24 14:06:07 UTC (rev 12236)
@@ -55,7 +55,7 @@
formatter = new Formatter(config.formatters);
invokeParamifier(params,"onconfig");
story.switchTheme(config.options.txtTheme);
- showBackstage = !readOnly;
+ showBackstage = showBackstage || !readOnly;
t6 = new Date();
for(var m in config.macros) {
if(config.macros[m].init)
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywikidev?hl=en.