As we transition from jquery.cookie.js to js-cookie.js both plugins are included globally in the templates. As soon as all instances of its use are fixed the plugin should be removed.
What's next? Looks like we will get stuck by jstree koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.jstree.js: * Depends on the jquery.cookie plugin
(In reply to Jonathan Druart from comment #1) > Looks like we will get stuck by jstree Bug 11873 upgrades jstree and removes the jquery.cookie plugin dependency.
Created attachment 131118 [details] [review] Bug 27750: Remove jquery.cookie.js plugin This patch removes references to the jquery.cookie.js plugin which is now unused, replaced by js-cookie.
Created attachment 133277 [details] [review] Bug 27750: Remove jquery.cookie.js plugin This patch removes references to the jquery.cookie.js plugin which is now unused, replaced by js-cookie.
Created attachment 133532 [details] [review] Bug 27750: Remove jquery.cookie.js plugin This patch removes references to the jquery.cookie.js plugin which is now unused, replaced by js-cookie. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 22.05, thanks to everybody involved [U+1F984]