Skip to content

Commit ad6a073

Browse files
committed
Fix url in examples.htm
Itemname appears twice
1 parent b17ee00 commit ad6a073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ <h1 id="version"><a href=".." style="color:green">JSROOT</a></h1>
287287
} else if (entry.asurl) {
288288
url = ((entry.asurl === "browser") ? "?" : "?nobrowser&");
289289
url += jsonname ? "json=" + jsonname : "file=" + filename + "&item=" + itemname;
290-
url += itemname + "&opt=" + opt;
290+
url += "&opt=" + opt;
291291
if (entry.mathjax) url += "&mathjax";
292292
if (entry.latex) url += "&latex=" + entry.latex;
293293
if (entry.style) url += "&style=" + entry.style;

0 commit comments

Comments
 (0)