fix manifest

This commit is contained in:
antelle 2017-04-29 17:00:50 +02:00
parent 6f96c91f68
commit 8920556b92
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
function buildManifest() {
for (const el of document.querySelectorAll('.question input')) {
if (!el.dataset.field) {
return;
continue;
}
const field = el.dataset.field.split('.');
const visible = !!el.offsetParent;