Skip to content

Commit

Permalink
Do not reload the page when removing a listing
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Sep 22, 2024
1 parent 644bc1c commit 7a6bec0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3491,12 +3491,6 @@
updateMarketSelectAllButton();
});

$('#market_removelisting_dialog_accept').on('click', '*', () => {
// This is when a user removed an item through the Remove/Cancel button.
// Ideally, it should remove this item from the list (instead of just the UI element which Steam does), but I'm not sure how to get the current item yet.
window.location.reload();
});

$('.select_overpriced').on('click', '*', function() {
const selectionGroup = $(this).parent().parent().parent().parent();
const marketList = getListFromContainer(selectionGroup);
Expand Down

0 comments on commit 7a6bec0

Please sign in to comment.