summary: Correct math rendering on initial page load

Race condition.
master
Mike Gerwitz 2017-12-14 11:54:36 -05:00
parent 5bdcffc221
commit eff8a01a42
1 changed files with 3 additions and 0 deletions

View File

@ -218,6 +218,8 @@
<!-- global functions for developers --> <!-- global functions for developers -->
<script type="text/javascript"> <script type="text/javascript">
window.addEventListener( 'load', function()
{
// expected VOI order // expected VOI order
window.voi_order = [ window.voi_order = [
<xsl:apply-templates <xsl:apply-templates
@ -283,6 +285,7 @@
// begin processing // begin processing
client.begin(); client.begin();
} );
</script> </script>
</body> </body>
</html> </html>