https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14180

--- Comment #16 from Katrin Fischer <katrin.fisc...@bsz-bw.de> ---
(In reply to Marie-Luce Laflamme from comment #15)
> (In reply to Katrin Fischer from comment #14)
> > (In reply to Marie-Luce Laflamme from comment #13)
> > > The IntranetUserJS syspref work around isn't working in Koha 22.05+ 
> > > version.
> > 
> > The handling for cookies has changed, this appears to work on master:
> > 
> > $(document).ready(function() {
> >  
> > if (typeof script !== 'undefined' &&
> > Cookies.get("issues-table-load-immediately-" + script) !== "true") {
> >     Cookies.set("issues-table-load-immediately-" + script, true, { expires:
> > 365, sameSite: 'Lax'  });
> > }
> >  
> > });
> 
> 
> Your quick fix works well in 22.05 and the latest master version.
> 
> Thanks Kathrin

Thx for the feedback, happy it helped!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to