From cdd122a540d7427ff02bd4904947046ec9e78bde Mon Sep 17 00:00:00 2001 From: nightwing Date: Sun, 16 Jun 2013 11:46:54 +0400 Subject: [PATCH] fix hljs undefined error in main site --- doc/site/js/main.js | 1 - index.html | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/site/js/main.js b/doc/site/js/main.js index b52d6f6b..48b58727 100644 --- a/doc/site/js/main.js +++ b/doc/site/js/main.js @@ -1,7 +1,6 @@ var editor; var embedded_editor; $(function() { - hljs.initHighlighting(); ace.config.set("workerPath", "build/src-min"); editor = ace.edit("ace_editor_demo"); editor.container.style.opacity = ""; diff --git a/index.html b/index.html index 9576c2ad..eb1b6557 100644 --- a/index.html +++ b/index.html @@ -1035,6 +1035,10 @@ oop.inherits(FoldMode, BaseFoldMode); font-size: 68px;text-align: center;font-weight: bold;font-family: inherit;line-height: normal;">sT SourceTalk +
  • + + Andromeda +
  • Sky Edit
  • @@ -1103,7 +1107,7 @@ oop.inherits(FoldMode, BaseFoldMode); - +