From 90a6aff022c62e1cbcc5b7fc4baf7b982d7f2ffe Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 27 Sep 2011 06:59:59 +0000 Subject: - Fix bug where when replying always the last identity is used (#1488101) --- program/js/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'program/js') diff --git a/program/js/common.js b/program/js/common.js index 0011feaa0..f69125bcc 100644 --- a/program/js/common.js +++ b/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