|
Lines 11-16
Link Here
|
| 11 |
return checkForm( this ); |
11 |
return checkForm( this ); |
| 12 |
}); |
12 |
}); |
| 13 |
}); |
13 |
}); |
|
|
14 |
|
| 14 |
/** |
15 |
/** |
| 15 |
* checkForm(form) |
16 |
* checkForm(form) |
| 16 |
* This function check the form is correctly filled. |
17 |
* This function check the form is correctly filled. |
|
Lines 34-39
Link Here
|
| 34 |
} |
35 |
} |
| 35 |
return true; |
36 |
return true; |
| 36 |
} |
37 |
} |
|
|
38 |
|
| 39 |
$(document).ready(function() { |
| 40 |
$('#branch').change(function() { |
| 41 |
$('#selectlibrary').submit(); |
| 42 |
}); |
| 43 |
}); |
| 37 |
</script> |
44 |
</script> |
| 38 |
|
45 |
|
| 39 |
</head> |
46 |
</head> |
| 40 |
- |
|
|