diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-02 11:33:54 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-02 11:33:54 +0000 |
| commit | 1e0d47027e30fff6d0f11857fff8c4f1a2f17fcb (patch) | |
| tree | 166c2b94b3248cb8b6de6e2e55d13eddede79f4c /roundcubemail/program | |
| parent | 1110f4a0ad2d8738e9ead96554e62902d8519594 (diff) | |
-fix for backslash in folder name
git-svn-id: https://svn.roundcube.net/trunk@1463 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 2cbd27b81..8839779af 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -2764,7 +2764,6 @@ function rcube_webmail() // add a new folder to the subscription list by cloning a folder row this.add_folder_row = function(name, display_name, replace, before) { - name = name.replace('\\',""); if (!this.gui_objects.subscriptionlist) return false; |
