Lines 4-12
var browser = KOHA.browser(searchid, parseInt(biblionumber, 10));
Link Here
|
4 |
browser.show(); |
4 |
browser.show(); |
5 |
|
5 |
|
6 |
$(document).ready(function () { |
6 |
$(document).ready(function () { |
7 |
$( |
|
|
8 |
'#cataloguing_additem_newitem #f[action^="/cgi-bin/koha/cataloguing/additem.pl"]' |
9 |
); |
10 |
// Remove the onclick event defined in browser.js, |
7 |
// Remove the onclick event defined in browser.js, |
11 |
// otherwise the deletion confirmation will not work correctly |
8 |
// otherwise the deletion confirmation will not work correctly |
12 |
$('a[href*="biblionumber="]').off("click"); |
9 |
$('a[href*="biblionumber="]').off("click"); |
13 |
- |
|
|