mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-06-28 07:19:10 +00:00
fix bugs
This commit is contained in:
parent
d32ffcef31
commit
879ce1c7c7
2 changed files with 22 additions and 8 deletions
|
@ -76,13 +76,13 @@
|
|||
<input type="text" min="1" max="99" name="slayerlevel" id="slayerlevel" maxlength="2" placeholder="99" value="99">
|
||||
</div>
|
||||
<div class="col-6 text-center">
|
||||
<input type="submit" value="Apply changes" onclick="applyChanges('krystilia')">
|
||||
<input type="submit" value="Apply changes" onclick="applyChanges(currentMaster)">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h3>Krystilia</h3>
|
||||
<h3 id="mastertitle"></h3>
|
||||
<table id="master" class="display nowrap" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue