commit 3ec5d396a39c967a95875006ba29b71d3ea8742f parent 9a5928be6e4d913550aad10a64b04ac300ccda3b Author: Davide P. Cervone <dpvc@union.edu> Date: Sat, 28 Mar 2015 12:23:50 -0400 Save the label width before changing the state. Diffstat:
| M | unpacked/jax/output/CommonHTML/autoload/mtable.js | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/unpacked/jax/output/CommonHTML/autoload/mtable.js b/unpacked/jax/output/CommonHTML/autoload/mtable.js @@ -391,6 +391,7 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () { } } } + W[LABEL] = state.W[LABEL]; state.W = W; state.R = TW; },