diff options
author | Struan Donald <struan@exo.org.uk> | 2018-06-20 16:29:55 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-06-20 16:29:55 +0100 |
commit | 94952918058f70dc993dcf38b8fe0b17521cd37d (patch) | |
tree | 517da5a599bb7ece0cd12daf2b4fa054fb565a61 | |
parent | 1f06400f998d12c171e05c01e93887604a17b825 (diff) | |
parent | 449427bbaea819510aaa74666523955ae5c67219 (diff) |
Merge branch 'issues/266-no-unresponsive-text'
-rw-r--r-- | www/js/views/details.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/views/details.js b/www/js/views/details.js index 84b6ac2..a6ea6cc 100644 --- a/www/js/views/details.js +++ b/www/js/views/details.js @@ -108,7 +108,7 @@ return accumulator && (field.automated === "hidden_field"); }, true); - if (all_hidden) { + if (all_hidden && data.unresponsive === '') { that.navigate( that.next ); } else { that.model.set('category_extras', data.category_extra); |