From 6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 10 Aug 2016 14:47:17 +0000 Subject: Remove trailing whitespace --- interfaces-update-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interfaces-update-html.lsp') 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) { -- cgit v1.2.3