Skip to content

Commit

Permalink
REMOVE: add to cart option
Browse files Browse the repository at this point in the history
No longer needed
  • Loading branch information
jshackles committed Jun 20, 2018
1 parent 25f4b1f commit 16f8d1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ var settings_defaults = {
"profile_custom_icon": "www.google.com/images/branding/product/ico/googleg_lodp.ico",
"steamcardexchange": true,
"purchase_dates": true,
"add_to_cart_wishlist": true,
"show_badge_progress": true,
"show_wishlist_link": true,
"show_wishlist_count": true,
Expand Down
3 changes: 0 additions & 3 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,6 @@
</select>
</li>
<li class="header" id="community_general" data-locale-text="options.general">General</li>
<li>
<input type="checkbox" id="add_to_cart_wishlist" data-setting="add_to_cart_wishlist"><label for="add_to_cart_wishlist" id="add_to_cart_wishlist_text" data-locale-text="options.add_to_cart_wishlist">Show "Add to Cart" button on Wishlists</label>
</li>
<li>
<input type="checkbox" id="showallachievements" data-setting="showallachievements"><label for="showallachievements" id="allachievements_text" data-locale-text="options.showallachievements">Show achievement stats on "All Games" page</label>
</li>
Expand Down

0 comments on commit 16f8d1a

Please sign in to comment.