Skip to content

Commit 55f326e

Browse files
committed
Update examples links
1 parent 7d9828c commit 55f326e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo/tooltip.htm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
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>

docs/examples.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)