OOPS, the processUpdateTime wasn't actually changed in the earlier commit, so fix it here
This commit is contained in:
parent
f86e8173cf
commit
1e4efb3210
File diff suppressed because one or more lines are too long
|
@ -1180,7 +1180,7 @@ MathJax.Hub = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
processUpdateTime: 500, // time between screen updates when processing math (milliseconds)
|
processUpdateTime: 250, // time between screen updates when processing math (milliseconds)
|
||||||
|
|
||||||
signal: MathJax.Callback.Signal("Hub"), // Signal used for Hub events
|
signal: MathJax.Callback.Signal("Hub"), // Signal used for Hub events
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user