mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
MINOR Removing SyntaxHighlighter toolbar, it destroys the layout whitespace a bit
This commit is contained in:
parent
8e69d51af7
commit
29d1bca8c8
@ -53,4 +53,7 @@
|
||||
$("#Form_LanguageForm").submit();
|
||||
});
|
||||
});
|
||||
|
||||
// Syntaxhighlighter defaults
|
||||
SyntaxHighlighter.defaults.toolbar = false;
|
||||
})(jQuery);
|
||||
|
Loading…
Reference in New Issue
Block a user