diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-25 15:58:41 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-25 15:58:41 +0000 |
| commit | 6fdfc809544afdb418e5bbb6ed326d493eef6dff (patch) | |
| tree | 9f806bf00115d7c2634e5d0ecc39753c007e2909 /roundcubemail | |
| parent | 95a6fd7f01f6bc3ef14f70cae20a34e0b2300d84 (diff) | |
* patch from #1484920
git-svn-id: https://svn.roundcube.net/trunk@1216 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/program/js/app.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index fa78c24a8..a20a699ff 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -2686,6 +2686,10 @@ function rcube_webmail() { this.http_post('delete-folder', '_mboxes='+urlencode(folder)); this.set_env('folder', null); + + if (this.gui_objects.createfolderhint) + this.gui_objects.createfolderhint.innerHTML = ''; + } }; |
