From 90eb25f11475173f67c2d41e19a1220005df4f3c Mon Sep 17 00:00:00 2001 From: dlandon Date: Sat, 27 Apr 2024 06:42:29 -0500 Subject: [PATCH] Change commenting. --- emhttp/plugins/dynamix/javascript/jquery.filetree.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emhttp/plugins/dynamix/javascript/jquery.filetree.js b/emhttp/plugins/dynamix/javascript/jquery.filetree.js index d1f38ed39..f17a9e1d1 100644 --- a/emhttp/plugins/dynamix/javascript/jquery.filetree.js +++ b/emhttp/plugins/dynamix/javascript/jquery.filetree.js @@ -22,7 +22,7 @@ jQuery && function(e) { function s(r, n, o) { e(r).addClass("wait"), e(".jqueryFileTree.start").remove(), - // Modify the post data to include pickexclude + /* Modify the post data to include pickexclude. */ e.post(i.script, { dir: n, root: i.top, @@ -30,7 +30,7 @@ jQuery && function(e) { filter: i.filter, match: i.match, show_parent: o, - // Add pickexclude parameter + /* Add pickexclude parameter. */ pickexclude: i.pickexclude }).done(function(o) { var d; @@ -104,7 +104,7 @@ jQuery && function(e) { top: a.picktop, filter: (a.pickfilter || "").split(","), match: a.pickmatch || ".*", - // Include pickexclude parameter in fileTreeAttach + /* Include pickexclude parameter in fileTreeAttach. */ pickexclude: a.pickexclude }, e.isFunction(t) ? t : function(e) { i.val(e).change(),