File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments