Skip to content

Commit c130d10

Browse files
committed
Fix - use 'geom' instead of 'geo' in JSRootCore.js URL
Up to now was not used
1 parent 5a3e9b8 commit c130d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@
19021902
if (JSROOT.GetUrlOption('2d', src)!=null) prereq += "2d;";
19031903
if (JSROOT.GetUrlOption('jq2d', src)!=null) prereq += "jq2d;";
19041904
if (JSROOT.GetUrlOption('more2d', src)!=null) prereq += "more2d;";
1905-
if (JSROOT.GetUrlOption('geo', src)!=null) prereq += "geo;";
1905+
if (JSROOT.GetUrlOption('geom', src)!=null) prereq += "geom;";
19061906
if (JSROOT.GetUrlOption('3d', src)!=null) prereq += "3d;";
19071907
if (JSROOT.GetUrlOption('math', src)!=null) prereq += "math;";
19081908
if (JSROOT.GetUrlOption('mathjax', src)!=null) prereq += "mathjax;";

0 commit comments

Comments
 (0)