From 9bbfc8d9bfc45db7e114f36b75c9c0dbb5276d7b Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Wed, 18 Aug 2021 03:15:16 +0000 Subject: [PATCH] See if using an "ancient" version of JSROOT gives better results. --- index.htm | 1 + 1 file changed, 1 insertion(+) diff --git a/index.htm b/index.htm index 6d3c3d8..1893932 100644 --- a/index.htm +++ b/index.htm @@ -7,6 +7,7 @@ <!-- To make use of RequireJS, replace following line with commented one --> <!--script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="scripts/JSRoot.core.js"></script--> <script type="text/javascript" src="scripts/JSRoot.core.js"></script> + <script type="text/javascript" src="https://eicweb.phy.anl.gov/EIC/detectors/topside/-/jobs/87825/artifacts/raw/images/jsroot/scripts/JSRoot.core.js"></script> </head> <body> <div id="simpleGUI" path="../files/" files="ct.root;exclusion.root;fillrandom.root;glbox.root;graph.root;hsimple.root;legends.root;rf107.root;stacks.root;zdemo.root"> -- GitLab