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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl (-4 lines)
Lines 11-19 Link Here
11
//<![CDATA[
11
//<![CDATA[
12
$(document).ready(function(){
12
$(document).ready(function(){
13
	$("#processfile").hide();
13
	$("#processfile").hide();
14
	$("#uploadfile").submit(function(){
15
		alert("Hey!");
16
	});
17
});
14
});
18
function CheckForm(f) {
15
function CheckForm(f) {
19
    if ($("#fileToUpload").value == '') {
16
    if ($("#fileToUpload").value == '') {
20
- 

Return to bug 6109