Skip to content

Commit

Permalink
Completed removing redundant mapd from filters box, adjusted the sele…
Browse files Browse the repository at this point in the history
…cted-out-of value
  • Loading branch information
pcaton committed Sep 11, 2024
1 parent 69cfb45 commit edf3acf
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions frontend/_includes/stories.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ layout: base.liquid
needed.</p>

<section id="mapFilters">
<header><h3>Maps <em><span id="totalMapFiltersApplied">0</span>/15 Selected</em></h3>
<header><h3>Maps <em><span id="totalMapFiltersApplied">0</span>/9 Selected</em></h3>
<span><input type="checkbox" id="selectallMaps" name="selectall" value="All">
<label for="selectallMaps">Select All</label></span>
</header>
Expand All @@ -138,53 +138,53 @@ layout: base.liquid
<img src="../assets/img/map-thumbs/1590-White.jpg" alt=""/><span>1590 <em>White</em></span>
</label>
<li><input type="checkbox" data-featuretype="all" data-criteria="map_source" data-filtervalue="3"
class="map_selector" id="mapcheckbox3"/>
<label for="mapcheckbox3">
class="map_selector" id="mapcheckbox2"/>
<label for="mapcheckbox2">
<img src="../assets/img/map-thumbs/1676-Seller.jpg" alt=""><span>1676 <em>Seller</em></span>
</label>
</li>
<li><input type="checkbox" data-featuretype="all" data-criteria="map_source" data-filtervalue="5"
class="map_selector" id="mapcheckbox4"/>
<label for="mapcheckbox4">
class="map_selector" id="mapcheckbox3"/>
<label for="mapcheckbox3">
<img src="../assets/img/map-thumbs/1677-Foster.jpg" alt=""><span>1677 <em>Foster</em></span>
</label>
</li>
<li><input type="checkbox" data-featuretype="all" data-criteria="map_source" data-filtervalue="6"
class="map_selector" id="mapcheckbox5"/>
<label for="mapcheckbox5">
class="map_selector" id="mapcheckbox4"/>
<label for="mapcheckbox4">
<img
src="../assets/img/map-thumbs/1720-Moll.jpg" alt=""/><span>1720 <em>Moll</em></span>
</label>
</li>
<li><input type="checkbox" data-featuretype="all" data-criteria="map_source" data-filtervalue="7"
class="map_selector" id="mapcheckbox6"/>
<label for="mapcheckbox6">
class="map_selector" id="mapcheckbox5"/>
<label for="mapcheckbox5">
<img src="../assets/img/map-thumbs/1738-Burghers.jpg" alt=""><span>1738 <em>Burghers</em></span>
</label>
</li>
<li><input type="checkbox" data-featuretype="all" data-criteria="map_source" data-filtervalue="8"
class="map_selector" id="mapcheckbox8"/>
<label for="mapcheckbox8">
class="map_selector" id="mapcheckbox6"/>
<label for="mapcheckbox6">
<img src="../assets/img/map-thumbs/1752-Evans.jpg" alt=""><span>1752 <em>Evans</em></span>
</label>
</li>
<li><input type="checkbox" data-featuretype="all" data-criteria="map_source" data-filtervalue="12"
class="map_selector" id="mapcheckbox11"/>
<label for="mapcheckbox11">
class="map_selector" id="mapcheckbox7"/>
<label for="mapcheckbox7">
<img
src="../assets/img/map-thumbs/1755-Mitchell.jpg"
alt=""/><span>1755 <em>Mitchell</em></span>
</label>
</li>
<li><input type="checkbox" data-featuretype="all" data-criteria="map_source" data-filtervalue="17"
class="map_selector" id="mapcheckbox16"/>
<label for="mapcheckbox16">
class="map_selector" id="mapcheckbox8"/>
<label for="mapcheckbox8">
<img src="../assets/img/map-thumbs/1784-Buell.jpg" alt=""/><span>1784 <em>Buell</em></span>
</label>
</li>
<li><input type="checkbox" data-featuretype="all" data-criteria="map_source" data-filtervalue="19"
class="map_selector" id="mapcheckbox18"/>
<label for="mapcheckbox18">
class="map_selector" id="mapcheckbox9"/>
<label for="mapcheckbox9">
<img src="../assets/img/map-thumbs/1796-Bradley.jpg" alt=""/><span>1796 <em>Bradley</em></span>
</label>
</li>
Expand Down

0 comments on commit edf3acf

Please sign in to comment.