Nuklon / Steam-Economy-Enhancer

Enhances the Steam Inventory and Steam Market.
MIT License
1.59k stars 181 forks source link

Do not reload the page when removing a market listing #232

Closed xPaw closed 1 month ago

xPaw commented 1 month ago

Valve's code removes the listing via $$('.listing_' + this.m_ulListingId) which seems to work just fine with the paginated table, so I don't see a reason to reload the page here.