From 819683a073f85b05807d6c936a2b746296fc8de4 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sat, 28 May 2016 14:11:36 -0400 Subject: Show page content by default. Hide page controls where appropriate. Fix sandbox text format. --- view/tpl/wiki.tpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl index 26258e7c2..9610eea63 100644 --- a/view/tpl/wiki.tpl +++ b/view/tpl/wiki.tpl @@ -49,8 +49,9 @@
-
+
-
+
- + {{$renderedContent}}
@@ -80,7 +82,7 @@ $(document).ready(function () { wiki_refresh_page_list(); // Show Edit tab first. Otherwise the Ace editor does not load. - $("#wiki-nav-tabs li:eq(0) a").tab('show'); + $("#wiki-nav-tabs li:eq(1) a").tab('show'); }); var editor = ace.edit("ace-editor"); -- cgit v1.2.3