File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77 < title > JSROOT drawing inside HTML page</ title >
88
9- < script src ="../scripts/JSRootCore.js?2d&onload=updateGUI " type ="text/javascript "> </ script >
9+ < script src ="../scripts/JSRootCore.min. js?2d&onload=updateGUI " type ="text/javascript "> </ script >
1010
1111 < script type ='text/javascript '>
1212
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ function BuildSimpleGUI() {
9696 var arrFiles = files . split ( ';' ) ;
9797
9898 guiCode += "<h1><font face='Verdana' size='4'>Read a ROOT file</font></h1>"
99- + "<p><font face='Verdana' size='1px'><a href='http://root.cern.ch/js/jsroot.html '>JSROOT</a> version <span style='color:green'><b>" + JSROOT . version + "</b></span></font></p>" ;
99+ + "<p><font face='Verdana' size='1px'><a href='http://root.cern.ch/js/'>JSROOT</a> version <span style='color:green'><b>" + JSROOT . version + "</b></span></font></p>" ;
100100
101101 if ( JSROOT . GetUrlOption ( "noselect" ) == null ) {
102102 guiCode += '<form name="ex">'
You can’t perform that action at this time.
0 commit comments