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 b17ee00 commit ad6a073Copy full SHA for ad6a073
examples.htm
@@ -287,7 +287,7 @@ <h1 id="version"><a href=".." style="color:green">JSROOT</a></h1>
287
} else if (entry.asurl) {
288
url = ((entry.asurl === "browser") ? "?" : "?nobrowser&");
289
url += jsonname ? "json=" + jsonname : "file=" + filename + "&item=" + itemname;
290
- url += itemname + "&opt=" + opt;
+ url += "&opt=" + opt;
291
if (entry.mathjax) url += "&mathjax";
292
if (entry.latex) url += "&latex=" + entry.latex;
293
if (entry.style) url += "&style=" + entry.style;
0 commit comments