From 1e0d47027e30fff6d0f11857fff8c4f1a2f17fcb Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 2 Jun 2008 11:33:54 +0000 Subject: -fix for backslash in folder name git-svn-id: https://svn.roundcube.net/trunk@1463 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3