Skip to content

Commit 27e8f32

Browse files
committed
Amended link.
1 parent 7021a24 commit 27e8f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index_example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<form>
6060
<p>
6161
<label>Drawing</label><br>
62-
<select id="drawing_select" onchange="window.location.href = 'http://localhost/master/graph-visualization/index_example.html?' + this.selectedIndex;">
62+
<select id="drawing_select" onchange="window.location.href = '?' + this.selectedIndex;">
6363
<option>2D-Force-Directed</option>
6464
<option selected="selected">3D-Force-Directed</option>
6565
<option>Sphere Graph</option>

0 commit comments

Comments
 (0)