From 5f47eda94b64b21b48ce95e329993c3ed50ef6db Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 27 Sep 2011 07:29:49 +0000 Subject: - Applied some fixes from trunk up to r5280 --- program/js/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'program/js/common.js') diff --git a/program/js/common.js b/program/js/common.js index c5f466ae7..c0c6ddae9 100644 --- a/program/js/common.js +++ b/program/js/common.js @@ -619,10 +619,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