Skip to content

Commit 9750840

Browse files
committed
remove redundant js loading
1 parent 73ea003 commit 9750840

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

index.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<h2>Easy Online MCDM</h2>
1212

13-
<hr/>
13+
<hr />
1414

1515
<h3>Enter your data and go on!</h3>
1616

@@ -81,8 +81,9 @@ <h3>Enter your data and go on!</h3>
8181
</legend>
8282
<div id="div_step3">
8383
<p>
84-
Please select a weighting method. If the weights are predefined then select the <b>Custom Weights</b> option.
85-
The default method is <b>Equal Weights</b>.
84+
Please select a weighting method. If the weights are predefined then select the <b>Custom Weights</b>
85+
option.
86+
The default method is <b>Equal Weights</b>.
8687
</p>
8788
<label for="select_weight_method">Select weighting method:</label>
8889
<select id="select_weight_method">
@@ -237,17 +238,12 @@ <h3>Enter your data and go on!</h3>
237238
<fieldset>
238239
<legend>Ranks</legend>
239240
<div id="div_output_ranks">
240-
<script src="./target/scala-3.6.4/mcdm-opt.js"></script>
241241
</div>
242242
</fieldset>
243243
</fieldset>
244244

245245

246-
247-
248246
</body>
249247

250248

251-
252-
253-
</html>
249+
</html>

0 commit comments

Comments
 (0)