From 83be3465ccd4bdc43cdfc14f253c236e2f44379e Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 13:59:34 +0800 Subject: Fix scrollspy --- public/views/pretty.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/views/pretty.ejs') diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index 0cd9e012..b0eb568f 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -99,8 +99,9 @@ <% } %> - + + <%- include build/pretty-scripts %> -- cgit v1.2.3 From 440ad3506c22791fb58c1cc7888518ab93de3662 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 15:13:03 +0800 Subject: Fix lastchangeui and moment timestamps --- public/views/pretty.ejs | 1 + 1 file changed, 1 insertion(+) (limited to 'public/views/pretty.ejs') diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index b0eb568f..09b548a8 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -100,6 +100,7 @@ <% } %> + -- cgit v1.2.3 From bcb12b9ae7d3562a05d007d6bab1042c1e6319fe Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 15:30:26 +0800 Subject: Remove jquery-scrollspy dependency scrollspy is bootstrap built-in plugin --- public/views/pretty.ejs | 1 - 1 file changed, 1 deletion(-) (limited to 'public/views/pretty.ejs') diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index 09b548a8..d5814fc1 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -102,7 +102,6 @@ - <%- include build/pretty-scripts %> -- cgit v1.2.3 From 747502e694efb5131e1f589adcb608580347e1e0 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 16:35:43 +0800 Subject: Fix HTML exporting --- public/views/pretty.ejs | 1 + 1 file changed, 1 insertion(+) (limited to 'public/views/pretty.ejs') diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index d5814fc1..8fecb04c 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -102,6 +102,7 @@ + <%- include build/pretty-scripts %> -- cgit v1.2.3