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 7021a24 commit 27e8f32Copy full SHA for 27e8f32
index_example.html
@@ -59,7 +59,7 @@
59
<form>
60
<p>
61
<label>Drawing</label><br>
62
- <select id="drawing_select" onchange="window.location.href = 'http://localhost/master/graph-visualization/index_example.html?' + this.selectedIndex;">
+ <select id="drawing_select" onchange="window.location.href = '?' + this.selectedIndex;">
63
<option>2D-Force-Directed</option>
64
<option selected="selected">3D-Force-Directed</option>
65
<option>Sphere Graph</option>
0 commit comments