Skip to content

Commit

Permalink
Merge pull request snaptec#1090 from benderl/bugfix
Browse files Browse the repository at this point in the history
fix disabled defaults button
  • Loading branch information
benderl authored Feb 23, 2021
2 parents 685ca1e + 156ce91 commit 7fa13e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/settings/pvconfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ <h4 class="modal-title text-light">Achtung</h4>
</div>
<!-- modal footer -->
<div class="modal-footer d-flex justify-content-center">
<button type="button" class="btn btn-success" data-dismiss="modal" id="saveDefaultsBtn" disabled="disabled">Fortfahren</button>
<button type="button" class="btn btn-success" data-dismiss="modal" id="saveDefaultsBtn">Fortfahren</button>
<button type="button" class="btn btn-danger" data-dismiss="modal">Abbruch</button>
</div>
</div>
Expand Down

0 comments on commit 7fa13e2

Please sign in to comment.