Skip to content

Commit 18be034

Browse files
committed
remove sections
1 parent bd72d30 commit 18be034

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

FO2/MarketTracker/FO2MarketTrack.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<link rel="stylesheet" href="./market-track-style.css">
88
</head>
99
<body>
10-
<header>
10+
<!-- <header>
1111
<h1>Fantasy Online 2 Market Tracker</h1>
1212
<p class="subtitle">Track prices, find deals, and maximize your profits</p>
13-
</header>
13+
</header> -->
1414

1515
<div id="database-status"></div>
1616

@@ -30,21 +30,21 @@ <h1>Fantasy Online 2 Market Tracker</h1>
3030

3131
<div class="market-column">
3232
<div class="filters">
33-
<div class="filter-group">
33+
<!-- <div class="filter-group">
3434
<label for="sort-by">Sort by:</label>
3535
<select id="sort-by">
3636
<option value="Price">Price</option>
3737
<option value="TimeLeft" selected>Time Left</option>
3838
<option value="Listed">Recently Listed</option>
3939
</select>
40-
</div>
41-
<div class="filter-group">
40+
</div> -->
41+
<!-- <div class="filter-group">
4242
<label for="sort-direction">Direction:</label>
4343
<select id="sort-direction">
4444
<option value="ASC">Ascending</option>
4545
<option value="DESC" selected>Descending</option>
4646
</select>
47-
</div>
47+
</div> -->
4848
<div class="filter-group">
4949
<button id="show-profitable-only" title="Search all market pages for items profitable against NPC sell price or personal price.">
5050
Show Profitable Only

0 commit comments

Comments
 (0)