Skip to content

Commit 60d7346

Browse files
authored
1 parent 6d706bb commit 60d7346

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/assets/js/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ $(() => {
55

66
// highlight.js
77
hljs.configure({
8-
languages: ['ruby', 'html', 'bash']
8+
languages: ['ruby', 'html', 'bash', 'sql']
99
});
1010
hljs.highlightAll();
1111

1212
$("#navigation").load(`${config.rootPath}navigation.html`, function() {
1313
$(".sidebar-sticky .icon").on("click", function (e) {
14+
e.preventDefault();
1415
$(this).siblings("ul").toggle();
1516
this.classList.toggle("icon-opened");
1617
});

0 commit comments

Comments
 (0)