mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-26 19:54:08 +01:00
Defaulted highlightUncharted to false
The atlas has been largely filled out at this point, so highlightUncharted is no longer relevant.
This commit is contained in:
parent
7d7520a8d9
commit
f9745e6eb5
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ function initDraw() {
|
|||
let lShiftPressed = false
|
||||
let shiftPressed = false
|
||||
|
||||
let highlightUncharted = true
|
||||
let highlightUncharted = false
|
||||
|
||||
renderBackground(atlas)
|
||||
applyView()
|
||||
|
|
|
@ -274,7 +274,7 @@ <h5>Draw</h5>
|
|||
<button type="button" class="btn btn-secondary" id="resetButton">Reset</button>
|
||||
|
||||
<div class="form-check" id="highlightUnchartedLabel">
|
||||
<input class="form-check-input" type="checkbox" id="highlightUncharted" checked>
|
||||
<input class="form-check-input" type="checkbox" id="highlightUncharted">
|
||||
<label class="form-check-label mb-0" for="highlightUncharted" title="Highlight uncharted areas of the map">
|
||||
Highlight Empty
|
||||
</label>
|
||||
|
|
Loading…
Reference in a new issue