diff options
author | Silvio <s1lv10@uol.com.br> | 2009-10-03 19:13:39 -0300 |
---|---|---|
committer | Silvio <s1lv10@uol.com.br> | 2009-10-03 19:13:39 -0300 |
commit | 691dcd3d97f0155994998609b95b61127ee3df08 (patch) | |
tree | 272f9f42572683c3f54a8661225aa4ccd3183dee | |
parent | 70b95e59a630eb620b81be8216d63b0f3c9848e5 (diff) | |
download | finder_menu-691dcd3d97f0155994998609b95b61127ee3df08.tar.gz finder_menu-691dcd3d97f0155994998609b95b61127ee3df08.tar.bz2 |
Minor changes
-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.
*/
|