From e31db3ed9472c5ac33e178bc7cd20ab8f97b37fa Mon Sep 17 00:00:00 2001 From: roundcube Date: Thu, 13 Oct 2005 22:21:10 +0000 Subject: Fixed bug #1325050; added alt-texts for IE git-svn-id: https://svn.roundcube.net/trunk@28 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roundcubemail/program/js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 3837a3179..fb0c4556d 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -1802,6 +1802,10 @@ function rcube_webmail() } if (row.cells[2].firstChild.tagName=='A') row.cells[2].firstChild.onclick = new Function(this.ref+".command('delete-folder','"+name+"')"); + + var form; + if ((form = this.gui_objects.editform) && form.elements['_folder_name']) + form.elements['_folder_name'].value = ''; }; -- cgit v1.2.3