View | Details | Raw Unified | Return to bug 27750
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.cookie.min.js (-1 lines)
Line 1 Link Here
1
(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;p<d;p++){var v=h[p].split("=");var m=r(v.shift());var g=v.join("=");if(t&&t===m){c=o(g,s);break}if(!t&&(g=o(g))!==undefined){c[m]=g}}return c};u.defaults={};e.removeCookie=function(t,n){if(e.cookie(t)!==undefined){e.cookie(t,"",e.extend({},n,{expires:-1}));return true}return false}})
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc (-1 lines)
Lines 20-26 Link Here
20
[% Asset.js("lib/jquery/jquery-migrate-1.3.0.min.js") | $raw %]
20
[% Asset.js("lib/jquery/jquery-migrate-1.3.0.min.js") | $raw %]
21
[% Asset.js("lib/jquery/jquery-ui-1.11.4.min.js") | $raw %]
21
[% Asset.js("lib/jquery/jquery-ui-1.11.4.min.js") | $raw %]
22
[% Asset.js("lib/shortcut/shortcut.js") | $raw %]
22
[% Asset.js("lib/shortcut/shortcut.js") | $raw %]
23
[% Asset.js("lib/jquery/plugins/jquery.cookie.min.js") | $raw %]
24
[% Asset.js("lib/js-cookie/js.cookie-2.2.1.min.js") | $raw %]
23
[% Asset.js("lib/js-cookie/js.cookie-2.2.1.min.js") | $raw %]
25
[% Asset.js("lib/jquery/plugins/jquery.highlight-3.js") | $raw %]
24
[% Asset.js("lib/jquery/plugins/jquery.highlight-3.js") | $raw %]
26
[% Asset.js("lib/bootstrap/bootstrap.min.js") | $raw %]
25
[% Asset.js("lib/bootstrap/bootstrap.min.js") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-3 lines)
Lines 803-811 Link Here
803
            <h2>Verovio</h2>
803
            <h2>Verovio</h2>
804
            <p><a href="https://www.verovio.org/index.xhtml">Verovio is developed by the Swiss RISM Office with the support of the Swiss National Science Foundation, licensed under the <a href="http://www.gnu.org/licenses/lgpl-3.0.html">LGPL v3.0</a>.</p>
804
            <p><a href="https://www.verovio.org/index.xhtml">Verovio is developed by the Swiss RISM Office with the support of the Swiss National Science Foundation, licensed under the <a href="http://www.gnu.org/licenses/lgpl-3.0.html">LGPL v3.0</a>.</p>
805
805
806
            <h2>jquery.cookie</h2>
807
            <p><a href="https://github.com/carhartl/jquery-cookie">jquery.cookie</a> by Klaus Hartl is a jQuery plugin for setting, reading, and deleting browser cookies, licensed under the <a href="https://github.com/carhartl/jquery-cookie/blob/master/MIT-LICENSE.txt">MIT license</a>.</p>
808
809
            <h2>JavaScript Cookie</h2>
806
            <h2>JavaScript Cookie</h2>
810
            <p><a href="https://github.com/js-cookie/js-cookie">JavaScript Cookie</a> is a "simple, lightweight JavaScript API for handling cookies," licensed under the <a href="https://github.com/js-cookie/js-cookie/blob/master/LICENSE">MIT license</a>.</p>
807
            <p><a href="https://github.com/js-cookie/js-cookie">JavaScript Cookie</a> is a "simple, lightweight JavaScript API for handling cookies," licensed under the <a href="https://github.com/js-cookie/js-cookie/blob/master/LICENSE">MIT license</a>.</p>
811
808
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt (-1 lines)
Lines 13-19 CACHE: Link Here
13
[% interface | html %]/lib/jquery/jquery-ui-1.11.4.min.js
13
[% interface | html %]/lib/jquery/jquery-ui-1.11.4.min.js
14
[% interface | html %]/lib/jquery/jquery-2.2.3.min.js
14
[% interface | html %]/lib/jquery/jquery-2.2.3.min.js
15
[% interface | html %]/lib/jquery/jquery-migrate-1.3.0.min.js
15
[% interface | html %]/lib/jquery/jquery-migrate-1.3.0.min.js
16
[% interface | html %]/lib/jquery/plugins/jquery.cookie.min.js
17
[% interface | html %]/lib/jquery/plugins/jquery.highlight-3.js
16
[% interface | html %]/lib/jquery/plugins/jquery.highlight-3.js
18
[% interface | html %]/lib/shortcut/shortcut.js
17
[% interface | html %]/lib/shortcut/shortcut.js
19
[% interface | html %]/lib/jquery/plugins/jquery.indexeddb.js
18
[% interface | html %]/lib/jquery/plugins/jquery.indexeddb.js
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-1 lines)
Lines 280-286 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
280
</script>
280
</script>
281
[% END %]
281
[% END %]
282
282
283
[% Asset.js("lib/jquery/plugins/jquery.cookie.min.js") | $raw %]
284
<script>
283
<script>
285
$(document).ready(function() {
284
$(document).ready(function() {
286
    if($('#searchsubmit').length) {
285
    if($('#searchsubmit').length) {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-1 lines)
Lines 449-455 Link Here
449
449
450
[% BLOCK jsinclude %]
450
[% BLOCK jsinclude %]
451
[% Asset.js("lib/jquery/plugins/jquery.deserialize.min.js") | $raw %]
451
[% Asset.js("lib/jquery/plugins/jquery.deserialize.min.js") | $raw %]
452
[% Asset.js("lib/jquery/plugins/jquery.cookie.min.js") | $raw %]
453
<script>
452
<script>
454
$(document).ready(function() {
453
$(document).ready(function() {
455
    [% IF search_groups %]
454
    [% IF search_groups %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.cookie.min.js (-3 lines)
Lines 1-2 Link Here
1
/*! jquery.cookie v1.4.1 | MIT */
2
!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?a(require("jquery")):a(jQuery)}(function(a){function b(a){return h.raw?a:encodeURIComponent(a)}function c(a){return h.raw?a:decodeURIComponent(a)}function d(a){return b(h.json?JSON.stringify(a):String(a))}function e(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return a=decodeURIComponent(a.replace(g," ")),h.json?JSON.parse(a):a}catch(b){}}function f(b,c){var d=h.raw?b:e(b);return a.isFunction(c)?c(d):d}var g=/\+/g,h=a.cookie=function(e,g,i){if(void 0!==g&&!a.isFunction(g)){if(i=a.extend({},h.defaults,i),"number"==typeof i.expires){var j=i.expires,k=i.expires=new Date;k.setTime(+k+864e5*j)}return document.cookie=[b(e),"=",d(g),i.expires?"; expires="+i.expires.toUTCString():"",i.path?"; path="+i.path:"",i.domain?"; domain="+i.domain:"",i.secure?"; secure":""].join("")}for(var l=e?void 0:{},m=document.cookie?document.cookie.split("; "):[],n=0,o=m.length;o>n;n++){var p=m[n].split("="),q=c(p.shift()),r=p.join("=");if(e&&e===q){l=f(r,g);break}e||void 0===(r=f(r))||(l[q]=r)}return l};h.defaults={},a.removeCookie=function(b,c){return void 0===a.cookie(b)?!1:(a.cookie(b,"",a.extend({},c,{expires:-1})),!a.cookie(b))}});
3
- 

Return to bug 27750