EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

Removing data cart items from HTML DOM #1335

Closed LucaCinquini closed 7 years ago

LucaCinquini commented 7 years ago

Who: Katharina

When an item is removed from the data cart, its HTML element is not removed from the page DOM, rather it is simply hidden. This interferes with creating a PID for all items in the data cart.

LucaCinquini commented 7 years ago

Fixed as Katharina recommended - the data cart HTML objects are now removed from the DOM.