obsolute-paste/static/scripts.js
baalajimaestro 4aa9bf2810
Move out scripts and styles
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-21 21:19:41 +05:30

4 lines
156 B
JavaScript

document.addEventListener('DOMContentLoaded', (event) => {
const elem = document.getElementById('pastecontent');
hljs.highlightElement(elem);
});