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.13.1.min.js") | $raw %]
21
[% Asset.js("lib/jquery/jquery-ui-1.13.1.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 804-812 Link Here
804
            <h2>Verovio</h2>
804
            <h2>Verovio</h2>
805
            <p><a href="https://www.verovio.org/index.xhtml">Verovio</a> 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
            <p><a href="https://www.verovio.org/index.xhtml">Verovio</a> 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>
806
806
807
            <h2>jquery.cookie</h2>
808
            <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>
809
810
            <h2>JavaScript Cookie</h2>
807
            <h2>JavaScript Cookie</h2>
811
            <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>
808
            <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>
812
809
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt (-2 lines)
Lines 11-17 CACHE: Link Here
11
[% interface | html %]/lib/jquery/jquery-ui-1.13.1.min.js
11
[% interface | html %]/lib/jquery/jquery-ui-1.13.1.min.js
12
[% interface | html %]/lib/jquery/jquery-2.2.3.min.js
12
[% interface | html %]/lib/jquery/jquery-2.2.3.min.js
13
[% interface | html %]/lib/jquery/jquery-migrate-1.3.0.min.js
13
[% interface | html %]/lib/jquery/jquery-migrate-1.3.0.min.js
14
[% interface | html %]/lib/jquery/plugins/jquery.cookie.min.js
15
[% interface | html %]/lib/jquery/plugins/jquery.highlight-3.js
14
[% interface | html %]/lib/jquery/plugins/jquery.highlight-3.js
16
[% interface | html %]/lib/shortcut/shortcut.js
15
[% interface | html %]/lib/shortcut/shortcut.js
17
[% interface | html %]/lib/jquery/plugins/jquery.indexeddb.js
16
[% interface | html %]/lib/jquery/plugins/jquery.indexeddb.js
18
- 

Return to bug 27750