commit f816446142c437ade361ec3061acbb000a98ef89 parent 412d3669d100beedfcbee06aa43e3422b265a7af Author: Frédéric Wang <fred.wang@free.fr> Date: Mon, 14 Oct 2013 15:02:17 +0200 Make MathZoom check the new DoubleClick value. #590 Diffstat:
| M | unpacked/extensions/MathZoom.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)} }, //