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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cn_browser.tt (-5 / +4 lines)
Lines 30-39 $(document).ready(function() Link Here
30
    });
30
    });
31
    $("#course_reserves").tablesorter({sorter:'textspec'});
31
    $("#course_reserves").tablesorter({sorter:'textspec'});
32
32
33
	$("#cn_browser_submit").click(function(){
33
    $("#cn_browser_submit").click(function(){
34
		window.location.href='/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=cn_browser.pl&popup&q='+$("#cn_browser_input").val(); 
34
        window.location.href='/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=cn_browser.pl&popup&q='+$("#cn_browser_input").val();
35
		return false;
35
        return false;
36
	});
36
    });
37
37
38
}
38
}
39
39
40
- 

Return to bug 13364