summaryrefslogtreecommitdiff
path: root/program/js/common.js
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-08-21 11:23:17 +0200
committerAleksander Machniak <alec@alec.pl>2012-08-21 11:23:17 +0200
commit74d7841c2643434fbd3e8759f160bda05f82ab0d (patch)
tree8d94c1e21d9b2c103f52d13e1ea0a0d7f64a1a70 /program/js/common.js
parent9cb76ad3c2ebcf6f75053de2e686390470dce7ba (diff)
parentae7027de029e28fdd3894efe919b6171b2b11eab (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Conflicts: CHANGELOG
Diffstat (limited to 'program/js/common.js')
-rw-r--r--program/js/common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/common.js b/program/js/common.js
index fdef3453e..a08387ecb 100644
--- a/program/js/common.js
+++ b/program/js/common.js
@@ -635,6 +635,7 @@ function getCookie(name)
return unescape(dc.substring(begin + prefix.length, end));
};
+// deprecated aliases, to be removed, use rcmail.set_cookie/rcmail.get_cookie
roundcube_browser.prototype.set_cookie = setCookie;
roundcube_browser.prototype.get_cookie = getCookie;