[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] tabs no longer recognize state given through `cookietab` url parameter
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <698dd0d78bbf7_3b1854ac4261c@gitlab-sidekiq-low-urgency-cpu-bound-v2-df59c595-8994s.mail> |
luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
5355ee8e by Merci Jacob at 2026-02-12T13:00:31+00:00
[FIX] tabs no longer recognize state given through `cookietab` url parameter
---
* [FIX] tabs no longer recognize state given through `cookietab` url parameter
See merge request tikiwiki/tiki!9560
- - - - -
1 changed file:
- lib/jquery_tiki/tiki-jquery.js
Changes:
=====================================
lib/jquery_tiki/tiki-jquery.js
=====================================
@@ -3438,7 +3438,7 @@ $(function () {
let tabShown = false,
notShown = [];
- if (document.location.search.match(/contenttab=/)) {
+ if (document.location.search.match(/cookietab=/)) {
tabShown = true;
} else if (document.location.hash && $tabs.length) {
$tabs.tab('show');
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/5355ee8efea21669427ff31a7f2bc2f558a8378b
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/5355ee8efea21669427ff31a7f2bc2f558a8378b
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs