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

(-)a/koha-tmpl/intranet-tmpl/prog/js/z3950_search.js (-2 / +1 lines)
Lines 77-83 $( document ).ready( function() { Link Here
77
        if( tgt.hasClass("z3950actions")  ) { // direct button click
77
        if( tgt.hasClass("z3950actions")  ) { // direct button click
78
            var link = $( "a[title='" + tgt.text() + "']", row );
78
            var link = $( "a[title='" + tgt.text() + "']", row );
79
            if( link.length == 1) link.click();
79
            if( link.length == 1) link.click();
80
            row.find('ul.dropdown-menu').hide();
80
            row.find('ul.dropdown-menu').attr("style","");
81
            return;
81
            return;
82
        } else {
82
        } else {
83
            if( tgt.prop('nodeName') == 'TD' && !tgt.hasClass("actions") ){
83
            if( tgt.prop('nodeName') == 'TD' && !tgt.hasClass("actions") ){
84
- 

Return to bug 37946