Highlight comments if hash is present in URL

This commit is contained in:
Frederic Guillot
2017-01-29 18:58:00 -05:00
parent 0371acff89
commit 66ced63fe2
6 changed files with 42 additions and 4 deletions

View File

@@ -3,4 +3,5 @@ document.addEventListener('DOMContentLoaded', function () {
KB.render();
KB.listen();
KB.keyboardShortcuts();
KB.trigger('dom.ready');
});