Skip to content

Commit 05193bf

Browse files
UF - Glemte pushe oppdatert index.html
1 parent c8fbd13 commit 05193bf

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

UnionFind/index.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
88
<link href="css/union_style.css" rel="stylesheet">
99

10-
<!-- Insert this line above script imports -->
11-
<script>if (typeof module === 'object') {
12-
window.module = module;
13-
module = undefined;
14-
}</script>
15-
1610
<script src="js/jquery.min.js"></script>
1711
<script src="js/jquery-ui-1.12.0/jquery-ui.min.js"></script>
1812
<script src="js/bootstrap.min.js"></script>
@@ -26,11 +20,6 @@
2620
<script src="js/StateController.js"></script>
2721
<script src="js/QuickUnionPathCompression.js"></script>
2822
<script src="js/WeightedUnionPathCompression.js"></script>
29-
<!-- For debugging -->
30-
<!-- <script type='text/js' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script> -->
31-
32-
<!-- Insert this line after script imports -->
33-
<script>if (window.module) module = window.module;</script>
3423
</head>
3524

3625

@@ -65,7 +54,6 @@ <h1 id="headerText">Quick Find</h1>
6554
onclick="viewer.switchAlgorithm('QuickFind')"> Quick Find<br>
6655
<input id="Quick Union" type="radio" name="algorithm" value="quickUnion"
6756
onclick="viewer.switchAlgorithm('QuickUnion')"> Quick Union<br>
68-
<!--javaBinder.switchAlgorithm('QuickUnion')-->
6957
<input id="Weighted Union" type="radio" name="algorithm" value="weightedUnion"
7058
onclick="viewer.switchAlgorithm('WeightedUnion')"> Weighted Union<br>
7159
<input id="QuickUnionPathCompression" type="radio" name="algorithm" value="quickComp"

0 commit comments

Comments
 (0)