summaryrefslogtreecommitdiffstats
path: root/js/global.js
diff options
context:
space:
mode:
authorSebastin Santy <sebastinssanty@gmail.com>2016-12-23 02:48:06 +0100
committerDylan William Hardison <dylan@hardison.net>2016-12-23 02:48:06 +0100
commitcad5c15d6610dde0e389736eb82be73921a2f705 (patch)
treee41e46521ede0f35dfb78a979f23072a11859585 /js/global.js
parent1a5dacd60904a20abf13b1995a4bbb46fccbf739 (diff)
downloadbugzilla-cad5c15d6610dde0e389736eb82be73921a2f705.tar.gz
bugzilla-cad5c15d6610dde0e389736eb82be73921a2f705.tar.xz
Bug 1324058 - Migrate from jquery-cookie to js-cookie, as the former is no longer maintained
Diffstat (limited to 'js/global.js')
-rw-r--r--js/global.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/global.js b/js/global.js
index 896860d60..8ff509289 100644
--- a/js/global.js
+++ b/js/global.js
@@ -71,7 +71,7 @@ function check_mini_login_fields( suffix ) {
}
function set_language( value ) {
- $.cookie('LANG', value, {
+ Cookies.set('LANG', value, {
expires: new Date('January 1, 2038'),
path: BUGZILLA.param.cookie_path
});