changeset 22 | d0314575e2f0 |
parent 21 | 663fcf528726 |
child 40 | 723bb7acf914 |
--- a/includes/clientside/static/dropdown.js Tue Jun 26 17:28:18 2007 -0400 +++ b/includes/clientside/static/dropdown.js Tue Jun 26 20:48:44 2007 -0400 @@ -191,7 +191,14 @@ { a.className = ''; - slideIn(ul); + if ( jBox_slide_enable ) + { + slideIn(ul); + } + else + { + ul.style.display = 'none'; + } }