diff options
-rw-r--r-- | finder_menu.css | 3 | ||||
-rw-r--r-- | finder_menu.js | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/finder_menu.css b/finder_menu.css index a3e674b..69bc874 100644 --- a/finder_menu.css +++ b/finder_menu.css @@ -6,9 +6,7 @@ body } .domenabled #finderparent { - /*border:1px solid #000;*/ position:relative; - /*height:150px;*/ z-index: 4; } .domenabled #finder @@ -57,7 +55,6 @@ body { color:#000; background-color:#ffffff; - /*padding-left:16px;*/ text-decoration:none; } diff --git a/finder_menu.js b/finder_menu.js index a0cf5b1..d7a36a4 100644 --- a/finder_menu.js +++ b/finder_menu.js @@ -48,7 +48,7 @@ function ul2finder() // if the user clicks on the link
lis[i].getElementsByTagName('a')[0].onclick=function()
{
- // loop through all lists inside finder
+ // loop through all lists inside finder
for(var i=0;i<uls.length;i++)
{
// avoid the list connected to this link
|