summaryrefslogtreecommitdiffstats
path: root/interfaces-update-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces-update-html.lsp')
-rw-r--r--interfaces-update-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces-update-html.lsp b/interfaces-update-html.lsp
index da0cde2..4a2df16 100644
--- a/interfaces-update-html.lsp
+++ b/interfaces-update-html.lsp
@@ -1,4 +1,4 @@
-<% local form, viewlibrary, page_info, session = ...
+<% local form, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
json = require("json")
@@ -28,7 +28,7 @@ end
var optionalarray = [];
if (methodoptions[family] && methodoptions[family][method])
optionalarray = methodoptions[family][method];
-
+
// show / hide all of the optional inputs
$(".optional").each(function() {
if (jQuery.inArray($(this).attr('name'), optionalarray)==-1) {