Skip to content

Commit

Permalink
Update renewmembership.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Jan 7, 2024
1 parent b124e65 commit ef8218e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions includes/custom/js/renewmembership.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
if (document.getElementById("DoliWidgetCartItems") && response.data.hasOwnProperty("items")) {
document.getElementById("DoliWidgetCartItems").innerHTML = response.data.items;
}
if (document.getElementById("DoliCartItemsList") && response.data.hasOwnProperty("list")) {
document.getElementById("DoliCartItemsList").innerHTML = response.data.list;
}
} else {
//console.log("error updating qty " + response.data.message);
}
Expand Down

0 comments on commit ef8218e

Please sign in to comment.