diff options
-rw-r--r-- | finder_menu.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/finder_menu.js b/finder_menu.js index 34516ee..83c3e25 100644 --- a/finder_menu.js +++ b/finder_menu.js @@ -1,6 +1,7 @@ /*
* ul2finder
* written by Christian Heilmann (http://icant.co.uk)
+ * support for closing the finder items added by Silvio (s1lv10 at uol.com.br)
* turns the nested list with the ID "finder" into a dynamic list
* uses the CSS classes defined in the variables
*/
@@ -89,7 +90,7 @@ function ul2finder() /*
* changelink
- * written by Silvio - s1lv10 at uol.com.br
+ * written by Silvio (s1lv10 at uol.com.br)
* changes the state of a given finder link
*/
function changelink(action,ref) {
@@ -112,7 +113,7 @@ function ul2finder() /*
* isparent
- * written by Silvio - s1lv10 at uol.com.br
+ * written by Silvio (s1lv10 at uol.com.br)
* checks if an element is parent of another via DOM
* inspired by http://stackoverflow.com/questions/245241/jquery-ancestors-using-jquery-objects
*/
@@ -125,7 +126,7 @@ function ul2finder() /*
* connected
- * written by Silvio - s1lv10 at uol.com.br
+ * written by Silvio (s1lv10 at uol.com.br)
* checks if two elements are connect via DOM, either by one being
* child of parent of the another.
*/
|