mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00: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();
|
$("#Form_LanguageForm").submit();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Syntaxhighlighter defaults
|
||||||
|
SyntaxHighlighter.defaults.toolbar = false;
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user