From 9aecd10ab3a22ded3cbac43d521707eb8cf2121a Mon Sep 17 00:00:00 2001 From: cahrens Date: Fri, 30 Oct 2015 11:44:30 -0400 Subject: [PATCH] Move comments within the script block. --- common/templates/mathjax_include.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/common/templates/mathjax_include.html b/common/templates/mathjax_include.html index a57ef69e13..3484ace401 100644 --- a/common/templates/mathjax_include.html +++ b/common/templates/mathjax_include.html @@ -9,14 +9,14 @@ <%page args="disable_fast_preview=True"/> %if disable_fast_preview: -// Fast Preview was introduced in 2.5. However, it -// causes undesirable flashing/font size changes when -// MathJax is used for interactive preview (equation editor). -// Setting processSectionDelay to 0 (see below) fully eliminates -// fast preview, but to reduce confusion, we are also setting -// the option as displayed in the context menu to false. -// When upgrading to 2.6, check if this variable name changed.