From cef5293c480927a71e1d58c5ce97a5fece93307b Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 27 Sep 2011 06:59:59 +0000 Subject: - Fix bug where when replying always the last identity is used (#1488101) git-svn-id: https://svn.roundcube.net/trunk@5280 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/program/js') diff --git a/roundcubemail/program/js/common.js b/roundcubemail/program/js/common.js index 0011feaa0..f69125bcc 100644 --- a/roundcubemail/program/js/common.js +++ b/roundcubemail/program/js/common.js @@ -617,10 +617,10 @@ function getCookie(name) return null; } else { - begin += 2; + begin += 2; } - var end = document.cookie.indexOf(";", begin); + var end = dc.indexOf(";", begin); if (end == -1) end = dc.length; -- cgit v1.2.3