# HG changeset patch # User Nicholas Jillings # Date 1463392109 -3600 # Node ID 7de03d416f38ebc2d2d480a09c0426392df839b0 # Parent 5f1e2b66d8bb46b95a9d60e94b8daf26f933c462 Can go back and forth in test survey diff -r 5f1e2b66d8bb -r 7de03d416f38 js/core.js --- a/js/core.js Mon May 16 10:46:31 2016 +0100 +++ b/js/core.js Mon May 16 10:48:29 2016 +0100 @@ -734,6 +734,7 @@ input.checked = "true"; } } + index++; } this.popupResponse.appendChild(table); } else if (node.specification.type == 'radio') { @@ -768,6 +769,7 @@ input.checked = "true"; } } + index++; } this.popupResponse.appendChild(table); } else if (node.specification.type == 'number') {