www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 36895de74cab15d35a6ab9faa798b034784cdfb6
parent 26fa6590d752d88312a20d40c776c1e77e73439a
Author: Frédéric Wang <fred.wang@free.fr>
Date:   Tue, 15 Oct 2013 08:18:51 -0700

Merge pull request #608 from fred-wang/issue590

Make MathZoom check the new DoubleClick value. #590
Diffstat:
Munpacked/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)} }, //