From 2e81a5e6e7be614b87098f6c0b254e8b96e49fd7 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 20 Jun 2008 08:47:05 +0000 Subject: Lock UI when posting rename-folder request git-svn-id: https://svn.roundcube.net/trunk@1561 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index e04da5519..abd5ca748 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -2761,7 +2761,7 @@ function rcube_webmail() if (this.name_input.__parent) newname = this.name_input.__parent + this.env.delimiter + newname; - this.http_post('rename-folder', '_folder_oldname='+urlencode(this.env.subscriptionrows[this.edit_folder][0])+'&_folder_newname='+urlencode(newname)); + this.http_post('rename-folder', '_folder_oldname='+urlencode(this.env.subscriptionrows[this.edit_folder][0])+'&_folder_newname='+urlencode(newname), true); } } // escape -- cgit v1.2.3