summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2013-10-21 15:09:07 +0100
committerfisharebest <fisharebest@gmail.com>2013-10-21 15:12:25 +0100
commitad4b30be570b8818ed91d25cb51e2d4e474aed73 (patch)
tree3336fb704dda48ce3f6f8c4b1b0512c48d1f3b8d /includes
parent163619722f868207588345d63664a2f115c608f4 (diff)
downloadwebtrees-ad4b30be570b8818ed91d25cb51e2d4e474aed73.tar.gz
webtrees-ad4b30be570b8818ed91d25cb51e2d4e474aed73.tar.bz2
webtrees-ad4b30be570b8818ed91d25cb51e2d4e474aed73.zip
Upgrade jquery.cookie to 1.4.0 - fixes problem where invalid cookie prevents valid cookie from loading
Diffstat (limited to 'includes')
-rwxr-xr-x[-rw-r--r--]includes/session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/session.php b/includes/session.php
index 3ea8233968..7f17ae6e97 100644..100755
--- a/includes/session.php
+++ b/includes/session.php
@@ -52,7 +52,7 @@ if (WT_USE_GOOGLE_API) {
define('WT_JQUERYUI_URL', WT_STATIC_URL.'js/jquery-ui-1.10.3.js');
}
define('WT_JQUERY_COLORBOX_URL', WT_STATIC_URL.'js/jquery.colorbox-1.4.15.js');
-define('WT_JQUERY_COOKIE_URL', WT_STATIC_URL.'js/jquery.cookie-1.3.1.js');
+define('WT_JQUERY_COOKIE_URL', WT_STATIC_URL.'js/jquery.cookie-1.4.0.js');
define('WT_JQUERY_DATATABLES_URL', WT_STATIC_URL.'js/jquery.datatables-1.9.4.js');
define('WT_JQUERY_JEDITABLE_URL', WT_STATIC_URL.'js/jquery.jeditable-1.7.1.js');
define('WT_JQUERY_WHEELZOOM_URL', WT_STATIC_URL.'js/jquery.wheelzoom-1.1.2.js');