diff options
author | till <till@php.net> | 2008-03-25 15:58:41 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-03-25 15:58:41 +0000 |
commit | 0ed265498ca2f5b06827aa96e13f270be74fa24a (patch) | |
tree | 222f97ccfc04f92ae76c4ac72e65d40fc8e5e190 /program | |
parent | 8f4dcbdc429cb2a295a311db7b3321236286df18 (diff) |
* patch from #1484920
Diffstat (limited to 'program')
-rw-r--r-- | program/js/app.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js index fa78c24a8..a20a699ff 100644 --- a/program/js/app.js +++ b/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 = ''; + } }; |