# HG changeset patch # User Nicholas Jillings # Date 1472118600 -3600 # Node ID f0b0809c7ee5b0cb9b2be3c5924b96ab89825e19 # Parent 2305ef6779fe20546d3ab2046fbbf7cb35215007 Correctly destroy popup nodes once survey completed. diff -r 2305ef6779fe -r f0b0809c7ee5 js/core.js --- a/js/core.js Thu Aug 25 10:45:10 2016 +0100 +++ b/js/core.js Thu Aug 25 10:50:00 2016 +0100 @@ -1069,6 +1069,7 @@ this.postNode(); } else { // Reached the end of the popupOptions + this.popupContent.innerHTML = ""; this.hidePopup(); for (var node of this.popupOptions) {