From a84d2ce6bb34ccb420459adcb3e2f5684254d630 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Wed, 25 Aug 2021 16:17:46 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03928=20Avoid=20double=20carret=20on=20mu?= =?UTF-8?q?ltiselect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/simple_graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/simple_graph.js b/js/simple_graph.js index ee21c56ed..74600c249 100644 --- a/js/simple_graph.js +++ b/js/simple_graph.js @@ -465,7 +465,7 @@ $(function() sHtml += '
'; if (this.options.additional_contexts.length > 0) { - sHtml += '
'; for(var k in this.options.additional_contexts) {