1
0
Fork 0
mirror of https://github.com/JonnyBro/JaBa.git synced 2025-03-05 14:39:39 +05:00
JaBa/dashboard/public/dist/js/main.js

7 lines
117 B
JavaScript
Raw Normal View History

2022-01-04 02:18:28 +05:00
$(document).ready(function() {
SyntaxHighlighter.defaults['toolbar'] = false;
SyntaxHighlighter.all();
});