diff options
-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); |