|
Lines 1-4
Link Here
|
| 1 |
/* global shortcut delBasket Sticky AUDIO_ALERT_PATH Cookies */ |
1 |
/* global shortcut delBasket AUDIO_ALERT_PATH Cookies */ |
| 2 |
/* exported addBibToContext delBibToContext escape_str escape_price openWindow _ removeFocus toUC confirmDelete confirmClone playSound */ |
2 |
/* exported addBibToContext delBibToContext escape_str escape_price openWindow _ removeFocus toUC confirmDelete confirmClone playSound */ |
| 3 |
if (KOHA === undefined) var KOHA = {}; |
3 |
if (KOHA === undefined) var KOHA = {}; |
| 4 |
|
4 |
|
|
Lines 169-177
$(document).ready(function () {
Link Here
|
| 169 |
$(".toggle_element").on("click", function (e) { |
169 |
$(".toggle_element").on("click", function (e) { |
| 170 |
e.preventDefault(); |
170 |
e.preventDefault(); |
| 171 |
$($(this).data("element")).toggle(); |
171 |
$($(this).data("element")).toggle(); |
| 172 |
if (typeof Sticky !== "undefined" && typeof hcSticky === "function") { |
|
|
| 173 |
Sticky.hcSticky("update"); |
| 174 |
} |
| 175 |
}); |
172 |
}); |
| 176 |
|
173 |
|
| 177 |
var navmenulist = $("#navmenulist"); |
174 |
var navmenulist = $("#navmenulist"); |