|
Lines 90-100
$.widget.bridge('uitooltip', $.ui.tooltip);
Link Here
|
| 90 |
// Test need for polyfill |
90 |
// Test need for polyfill |
| 91 |
{ |
91 |
{ |
| 92 |
test: window.matchMedia, |
92 |
test: window.matchMedia, |
| 93 |
nope: "[% interface %]/[% theme %]/lib/media.match.min.js" |
93 |
nope: "[% interface %]/[% theme %]/lib/media.match.min_[% KOHA_VERSION %].js" |
| 94 |
}, |
94 |
}, |
| 95 |
// and then load enquire |
95 |
// and then load enquire |
| 96 |
"[% interface %]/[% theme %]/lib/enquire.min.js", |
96 |
"[% interface %]/[% theme %]/lib/enquire.min_[% KOHA_VERSION %].js", |
| 97 |
"[% interface %]/[% theme %]/js/script.js" |
97 |
"[% interface %]/[% theme %]/js/script_[% KOHA_VERSION %].js" |
| 98 |
]); |
98 |
]); |
| 99 |
|
99 |
|
| 100 |
// Fix for datepicker in a modal |
100 |
// Fix for datepicker in a modal |
| 101 |
- |
|
|