Skip to content

Commit 54b0532

Browse files
committed
remove other section from settings
1 parent 0193166 commit 54b0532

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,22 +205,20 @@ <h2><i class="icon-settings rfloat"></i>Settings</h2>
205205
<input type="checkbox" id="opt_hide_titles">
206206
</div>
207207
</div>
208-
<h4>Overlays</h4>
209-
<hr/>
210208
<div class="row option">
211-
<span><b>Daylight overlay</b></span>
212-
<div class="switch off" id="sw_daylight">
209+
<span><b>Hide Launch Sites</b></span>
210+
<div class="switch off" id="sw_layers_launches">
213211
<span class="thumb"></span>
214-
<input type="checkbox" id="opt_daylight">
212+
<input type="checkbox" id="opt_layers_launches">
215213
</div>
216214
</div>
217-
<h4>Other</h4>
215+
<h4>Overlays</h4>
218216
<hr/>
219217
<div class="row option">
220-
<span><b>Hide Launch Sites</b></span>
221-
<div class="switch off" id="sw_layers_launches">
218+
<span><b>Daylight overlay</b></span>
219+
<div class="switch off" id="sw_daylight">
222220
<span class="thumb"></span>
223-
<input type="checkbox" id="opt_layers_launches">
221+
<input type="checkbox" id="opt_daylight">
224222
</div>
225223
</div>
226224
</div>

0 commit comments

Comments
 (0)