version 1.3, 2006/03/27 19:32:07
|
version 1.4, 2006/05/17 22:19:27
|
Line 24
|
Line 24
|
|
|
|
|
|
|
jsMath.Script.Start(); |
|
|
|
/* |
/* |
* MSIE crashes if it changes the page too quickly, so we add a |
* MSIE crashes if it changes the page too quickly, so we add a |
* delay between processing math entries. Unfortunately, this really |
* delay between processing math entries. Unfortunately, this really |
Line 53 jsMath.Add(jsMath,{
|
Line 51 jsMath.Add(jsMath,{
|
}); |
}); |
|
|
jsMath.Browser.delay = 75; // hope this is enough of a delay! |
jsMath.Browser.delay = 75; // hope this is enough of a delay! |
|
|
jsMath.Script.End(); |
|