We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229a572 commit 731cbdbCopy full SHA for 731cbdb
docs/examples.htm
@@ -563,7 +563,10 @@ <h1 id="version"><a href=".." style="color:green">JSROOT</a></h1>
563
}
564
565
if (entry.url) url = entry.url; else
566
- if (entry.asurl) url = "?file=" + filename + "&item=" + itemname + "&opt=" + opt;
+ if (entry.asurl) {
567
+ url = jsonname ? "?json=" + jsonname : "?file=" + filename + "&item=" + itemname;
568
+ url += "&opt=" + opt;
569
+ }
570
571
// console.log('KEY ', keyid, 'opt', opt);
572
// if ((url.length==0) || (keyid != 'Misc')) return RunBigTest(0);
0 commit comments