diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 16:08:22 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-11-08 18:52:13 +0000 |
commit | df5ad37e297ffe69ec20c9aec332f81ef7e7e6fa (patch) | |
tree | 733cfc8e89018f3087afd038f7c651f2e73fd282 /provisioning-editdeviceparams-html.lsp | |
parent | f27e30740e371b4cd8947797bcf8c91f86b6768e (diff) | |
download | acf-provisioning-df5ad37e297ffe69ec20c9aec332f81ef7e7e6fa.tar.bz2 acf-provisioning-df5ad37e297ffe69ec20c9aec332f81ef7e7e6fa.tar.xz |
Remove trailing whitespace
(cherry picked from commit 12d3537a7cb975b0a75698f1e1f90e66313a6893)
Diffstat (limited to 'provisioning-editdeviceparams-html.lsp')
-rw-r--r-- | provisioning-editdeviceparams-html.lsp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/provisioning-editdeviceparams-html.lsp b/provisioning-editdeviceparams-html.lsp index 9c1cea8..9229264 100644 --- a/provisioning-editdeviceparams-html.lsp +++ b/provisioning-editdeviceparams-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") %> @@ -73,7 +73,7 @@ end currentsection = id.substr(8); currentnumber = 0; } - + if ((currentsection == previoussection) && (currentnumber != previousnumber) && (0 == $(this).find(".defaultoverride").length) && (0 == $(this).find(".groupdefaultoverride").length) && ($(this).children().first().text().match(currentnumber))) { $(this).toggle(); $('<a href="javascript:;" class="'+id+'"><img src="<%= html.html_escape(page_info.wwwprefix..page_info.staticdir) %>tango/16x16/actions/list-add.png"> Add '+$(this).children().first().text()+'</a>').insertAfter($(this)).click(showsection); @@ -86,7 +86,7 @@ end previoussection = currentsection; previousnumber = currentnumber; }); - + } $(document).ready(function() { |