pen one
07/22/2022, 3:22 PM$('.order-history-list-recordviews-actionable-table a').replaceWith(function() {
return $.text([this]);
});
This works fine in SMT but when I publish and then get out of SMT to test the script is not firing. Am I missing something?Steve Goldberg
07/22/2022, 4:08 PM