Skip to content

Commit 60a17f1

Browse files
authored
Merge pull request #372 from mgage/rel-PG-2.14-hardcoded-url-fix
Replace references to hosted2 with references to demo now that the se…
2 parents c410210 + ef1fd72 commit 60a17f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/LiveGraphics3D.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sub LiveGraphics3D {
8787
size => [250,250],
8888
jar => "live.jar", # "${htmlURL}live.jar",
8989
codebase => findAppletCodebase("live.jar"),
90-
# codebase => "http://hosted2.webwork.rochester.edu/webwork2_files/applets/", # used for testing
90+
# codebase => "https://demo.webwork.rochester.edu/webwork2_files/applets/", # used for testing
9191
background => "#FFFFFF",
9292
scale => 1.,
9393
tex_size => 500,

0 commit comments

Comments
 (0)