summaryrefslogtreecommitdiffstats
path: root/interfaces-update-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 14:47:17 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 14:47:17 +0000
commit6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8 (patch)
treea766a4e30e546946a91fcc476efd9f159e239ef9 /interfaces-update-html.lsp
parent747f16f8d9ca8f15fd78bd5071355c819f2b14c9 (diff)
downloadacf-alpine-baselayout-6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8.tar.bz2
acf-alpine-baselayout-6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8.tar.xz
Remove trailing whitespace
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) {