MINOR Removing SyntaxHighlighter toolbar, it destroys the layout whitespace a bit

This commit is contained in:
Ingo Schommer 2011-01-12 21:32:00 +00:00
parent 8e69d51af7
commit 29d1bca8c8

View File

@ -53,4 +53,7 @@
$("#Form_LanguageForm").submit();
});
});
// Syntaxhighlighter defaults
SyntaxHighlighter.defaults.toolbar = false;
})(jQuery);