From 2f357adafc0992d762f238e053d289618726d4db Mon Sep 17 00:00:00 2001 From: Yoni Date: Sat, 18 Sep 2021 06:53:45 +0300 Subject: [PATCH] Remove unnecessary line --- layouts/partials/script/single-script.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/script/single-script.html b/layouts/partials/script/single-script.html index 4a23c59..11c8d84 100644 --- a/layouts/partials/script/single-script.html +++ b/layouts/partials/script/single-script.html @@ -457,7 +457,6 @@ // ============================= katex ============================= if (lib && lib.includes('katex')) { - var mathElements = document.getElementsByClassName('math'); var options = { delimiters: [ { left: "$$", right: "$$", display: true },