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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt (-1 / +1 lines)
Lines 24-29 $(document).ready(function(){ Link Here
24
    tagslib = [];
24
    tagslib = [];
25
    $.getJSON("/cgi-bin/koha/authorities/merge_ajax.pl", {frameworkcode : "[% framework %]" }, function(json) {
25
    $.getJSON("/cgi-bin/koha/authorities/merge_ajax.pl", {frameworkcode : "[% framework %]" }, function(json) {
26
        tagslib = json;
26
        tagslib = json;
27
        rebuild_target($("#tabs"), $("#resultul"));
27
    });
28
    });
28
29
29
    $('.preview-merge-reference').click(function (ev) {
30
    $('.preview-merge-reference').click(function (ev) {
30
- 

Return to bug 15358