Removed Javascript from the site

This commit is contained in:
Felipe M 2020-11-29 21:32:54 +01:00
parent 9c2ec8241e
commit 6983cb1c3a
Signed by: fmartingr
GPG key ID: 716BC147715E716F
3 changed files with 2 additions and 23 deletions

View file

@ -1,5 +0,0 @@
// Fix for lektor highlight plugin
var elements = document.querySelectorAll('div.highlight');
for (var i = 0; i < elements.length; i++) {
elements[i].classList.add('hll');
}