From f816446142c437ade361ec3061acbb000a98ef89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Mon, 14 Oct 2013 15:02:17 +0200 Subject: [PATCH] Make MathZoom check the new DoubleClick value. #590 --- unpacked/extensions/MathZoom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpacked/extensions/MathZoom.js b/unpacked/extensions/MathZoom.js index c3c633bbd..b8eab3264 100644 --- a/unpacked/extensions/MathZoom.js +++ b/unpacked/extensions/MathZoom.js @@ -106,7 +106,7 @@ // Zoom on double click // DblClick: function (event,math) { - if (this.settings.zoom === "Double-Click") {return this.Zoom(event,math)} + if (this.settings.zoom === "Double-Click" || this.settings.zoom === "DoubleClick") {return this.Zoom(event,math)} }, //