From b8cfacaa62416b39b233c82db5c6c8e24b36024e Mon Sep 17 00:00:00 2001 From: sunhao Date: Fri, 23 Feb 2024 11:42:03 +0800 Subject: [PATCH] * zin: update cookie tab before request content. --- www/js/zui3/zin.compatible.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/js/zui3/zin.compatible.js b/www/js/zui3/zin.compatible.js index 32e976ecfc..dedeb9db13 100644 --- a/www/js/zui3/zin.compatible.js +++ b/www/js/zui3/zin.compatible.js @@ -511,6 +511,7 @@ } } }; + $.cookie.set('tab', currentCode, {expires: config.cookieLife, path: config.webRoot}); return $.ajax(ajaxOptions); }