From 8920556b9201f5c623d44abfda36a318aa1b287e Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 29 Apr 2017 17:00:50 +0200 Subject: [PATCH] fix manifest --- docs/create-plugin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/create-plugin.html b/docs/create-plugin.html index 2b760d3..8a568be 100644 --- a/docs/create-plugin.html +++ b/docs/create-plugin.html @@ -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;