From 773b47984ec4351098a9c442a6e25c94eb33d9e3 Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 22 Jun 2023 15:54:32 +0200 Subject: [PATCH] forgot to remove unused var --- res/syntaxhighlighter-ng.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/res/syntaxhighlighter-ng.js b/res/syntaxhighlighter-ng.js index 862d7e8..49512e8 100644 --- a/res/syntaxhighlighter-ng.js +++ b/res/syntaxhighlighter-ng.js @@ -26,9 +26,6 @@ function wrap_pre_tags(used_languages, enable_line_numbers) { - // convert used_plugins array to a space seperated string - var used_plugins = used_plugins.join(' '); - // iterate through all used_languages for (let iUl = 0;iUl < used_languages.length; iUl++) {