File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6969
7070< body >
7171
72- < div id ="object_draw " style =" width: 800px; height:600px; float:left " > </ div >
72+ < div id ="user_tooltip " > Place for tooltip </ div >
7373
74- < div id ="tooltip_draw " style ="width: 400px ; height:300px "> </ div >
74+ < div id ="object_draw " style ="width:800px ; height:600px "> </ div >
7575
76- < div id ="user_tooltip " > Place for tooltip </ div >
76+ < div id ="tooltip_draw " style =" width:400px; height:300px " > </ div >
7777
7878</ body >
7979</ html >
Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ <h1 id="version"><a href=".." style="color:green">JSROOT</a></h1>
437437
438438 var prefix = ( entry . asurl === "browser" ) ? "?" : "?nobrowser&" ;
439439
440- if ( entry . asurl || entry . mathjax ) {
440+ if ( entry . asurl ) {
441441 if ( jsonname )
442442 url = prefix + 'json=' + jsonname ;
443443 else
You can’t perform that action at this time.
0 commit comments