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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt (-2 / +1 lines)
Lines 49-55 Link Here
49
                    whichfield = opener.document.getElementById(index_start);
49
                    whichfield = opener.document.getElementById(index_start);
50
                    autolinker_dialog = opener.document.getElementById("autolinker_dialog");
50
                    autolinker_dialog = opener.document.getElementById("autolinker_dialog");
51
                }
51
                }
52
                var field_start = whichfield.parentNode.parentNode.parentNode.parentNode;
52
                var field_start = whichfield.parentNode.parentNode.parentNode;
53
53
54
                // Sets the good number of form fields for the specified subfield
54
                // Sets the good number of form fields for the specified subfield
55
                // Returns false if the cloning failed
55
                // Returns false if the cloning failed
56
- 

Return to bug 27737