Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
BUILD: 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackles committed Dec 9, 2016
1 parent 1fce499 commit 693809e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion changelog.txt
Expand Up @@ -8,7 +8,6 @@
: Fixed a bug that caused some "season packs" to incorrectly show a split calculation
: Fixed a bug where metacritic user scores weren't displaying correctly with the new layout


v9.0.1
-----
+ Home page "All New Releases" and "Popular" tabs now use the same visual format of other tabs
Expand Down
7 changes: 7 additions & 0 deletions changelog_new.html
@@ -0,0 +1,7 @@
<li>Added DRM detection for games utilizing Denuvo Antitamper DRM
<li>Added home page customization with the ability to hide particular sections
<li>Added an option as to whether you would like your wallet balance show in the header of community pages
<li>Updated the quick sell and instant sell buttons to use the new inventory data layout Valve created
<li>Updated external site icons with higher resolution versions
<li>Fixed a bug that caused some "season packs" to incorrectly show a split calculation
<li>Fixed a bug where metacritic user scores weren't displaying correctly with the new layout
1 change: 0 additions & 1 deletion enhancedsteam.js
Expand Up @@ -5259,7 +5259,6 @@ function inventory_market_helper(response) {
$(thisItem).data("price-low", price_low);
}
// Fixes multiple buttons
//console.log($(".item.activeInfo").is($(thisItem)), $(".item.activeInfo").prop("id"), $(thisItem).prop("id"));
if ($(".item.activeInfo").is($(thisItem))) {
$(thisItem).addClass("es-price-loaded");
// Add "Quick Sell" button
Expand Down

0 comments on commit 693809e

Please sign in to comment.