diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-17 18:21:07 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-17 18:21:07 +0000 |
| commit | fee7af26602ff8426035457b7fd3bce9b2bd5f3e (patch) | |
| tree | 18a188f4c466b83cd525719534c3d6adf1b72d01 /roundcubemail/program/js | |
| parent | 4683af0285637c6f46a7845e7db76da6f04965ac (diff) | |
- use popupmenu style for attachments upload form
- move .popupmenu style definition to common.css
git-svn-id: https://svn.roundcube.net/trunk@3375 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 7aca3d8de..87ee76c8f 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -2832,7 +2832,7 @@ function rcube_webmail() { if (!this.gui_objects.uploadbox) return false; - + var elm, list; if (elm = this.gui_objects.uploadbox) { @@ -2842,8 +2842,8 @@ function rcube_webmail() elm.style.top = (pos.top + list.offsetHeight + 10) + 'px'; elm.style.left = pos.left + 'px'; } - - elm.style.visibility = a ? 'visible' : 'hidden'; + + $(elm).toggle(); } // clear upload form |
