Fix for Bug 6109, Hey!

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
Owen Leonard 2011-04-07 15:44:28 +02:00 committed by Chris Cormack
parent f098258e8c
commit bd4bf5485c

View file

@ -11,9 +11,6 @@
//<![CDATA[
$(document).ready(function(){
$("#processfile").hide();
$("#uploadfile").submit(function(){
alert("Hey!");
});
});
function CheckForm(f) {
if ($("#fileToUpload").value == '') {