From eb4cb3f52f9ff810c08b4ee745997f1601b4d9fc Mon Sep 17 00:00:00 2001 From: "Cheng-Han, Wu" Date: Sun, 31 Jan 2016 15:30:10 -0600 Subject: [PATCH] Fixed supportCharts name not match real syntax --- public/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/index.js b/public/js/index.js index e49985e..80322c4 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -26,7 +26,7 @@ var updateViewDebounce = 200; var cursorActivityDebounce = 50; var cursorAnimatePeriod = 100; var supportCodeModes = ['javascript', 'htmlmixed', 'htmlembedded', 'css', 'xml', 'clike', 'clojure', 'ruby', 'python', 'shell', 'php', 'sql', 'coffeescript', 'yaml', 'jade', 'lua', 'cmake', 'nginx', 'perl', 'sass', 'r', 'dockerfile']; -var supportCharts = ['sequence-diagram', 'flow-chart', 'graphviz']; +var supportCharts = ['sequence', 'flow', 'graphviz']; var supportHeaders = [ { text: '# h1',