You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/08/28 17:01:21 UTC

svn commit: r876489 - /websites/production/cxf/content/resources/highlighter/highlighterInit.js

Author: dkulp
Date: Wed Aug 28 15:01:21 2013
New Revision: 876489

Log:
Add init script for the highlighter

Added:
    websites/production/cxf/content/resources/highlighter/highlighterInit.js

Added: websites/production/cxf/content/resources/highlighter/highlighterInit.js
==============================================================================
--- websites/production/cxf/content/resources/highlighter/highlighterInit.js (added)
+++ websites/production/cxf/content/resources/highlighter/highlighterInit.js Wed Aug 28 15:01:21 2013
@@ -0,0 +1,3 @@
+SyntaxHighlighter.defaults['toolbar'] = false;
+SyntaxHighlighter.all();
+