From bf8c20da5a8fc694605e99bc7066f2f3513ba4de Mon Sep 17 00:00:00 2001 From: Nekori Date: Tue, 27 Apr 2021 10:43:57 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Menu=20contextuel=20MathJax=20d=C3=A9sac?= =?UTF-8?q?tiv=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/base.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/html/base.js b/html/base.js index f6d63c7..d07b039 100644 --- a/html/base.js +++ b/html/base.js @@ -18,8 +18,12 @@ $("document").ready(function() { }); // Permet l'affichage du LaTeX avec comme balise délimiteur "$" +// Le menu contextuel de MathJax a été désactivé MathJax = { tex: { inlineMath: [['$', '$']] - } + }, + options: { + enableMenu: false + } }; \ No newline at end of file