@@ -, +, @@ --- .../intranet-tmpl/lib/jquery/plugins/jquery.cookie.min.js | 1 - koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc | 1 - koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 3 --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt | 1 - koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 1 - koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt | 1 - .../bootstrap/lib/jquery/plugins/jquery.cookie.min.js | 2 -- 7 files changed, 10 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.cookie.min.js delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.cookie.min.js --- a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.cookie.min.js +++ a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.cookie.min.js @@ -1, +0,0 @@ -(function(e){if(typeof define==="function"&&define.amd){define(["jquery"],e)}else{e(jQuery)}})(function(e){function n(e){return u.raw?e:encodeURIComponent(e)}function r(e){return u.raw?e:decodeURIComponent(e)}function i(e){return n(u.json?JSON.stringify(e):String(e))}function s(e){if(e.indexOf('"')===0){e=e.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\")}try{e=decodeURIComponent(e.replace(t," "))}catch(n){return}try{return u.json?JSON.parse(e):e}catch(n){}}function o(t,n){var r=u.raw?t:s(t);return e.isFunction(n)?n(r):r}var t=/\+/g;var u=e.cookie=function(t,s,a){if(s!==undefined&&!e.isFunction(s)){a=e.extend({},u.defaults,a);if(typeof a.expires==="number"){var f=a.expires,l=a.expires=new Date;l.setDate(l.getDate()+f)}return document.cookie=[n(t),"=",i(s),a.expires?"; expires="+a.expires.toUTCString():"",a.path?"; path="+a.path:"",a.domain?"; domain="+a.domain:"",a.secure?"; secure":""].join("")}var c=t?undefined:{};var h=document.cookie?document.cookie.split("; "):[];for(var p=0,d=h.length;pVerovio

Verovio is developed by the Swiss RISM Office with the support of the Swiss National Science Foundation, licensed under the LGPL v3.0.

-

jquery.cookie

-

jquery.cookie by Klaus Hartl is a jQuery plugin for setting, reading, and deleting browser cookies, licensed under the MIT license.

-

JavaScript Cookie

JavaScript Cookie is a "simple, lightweight JavaScript API for handling cookies," licensed under the MIT license.

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt @@ -13,7 +13,6 @@ CACHE: [% interface | html %]/lib/jquery/jquery-ui-1.11.4.min.js [% interface | html %]/lib/jquery/jquery-2.2.3.min.js [% interface | html %]/lib/jquery/jquery-migrate-1.3.0.min.js -[% interface | html %]/lib/jquery/plugins/jquery.cookie.min.js [% interface | html %]/lib/jquery/plugins/jquery.highlight-3.js [% interface | html %]/lib/shortcut/shortcut.js [% interface | html %]/lib/jquery/plugins/jquery.indexeddb.js --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ -280,7 +280,6 @@ $.widget.bridge('uitooltip', $.ui.tooltip); [% END %] -[% Asset.js("lib/jquery/plugins/jquery.cookie.min.js") | $raw %]