i18n etwas umstrukturiert

This commit is contained in:
Martin Müller 2014-06-10 19:26:47 +02:00
parent bd82621bc1
commit 9c33344ebd
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ var global_load = null;
$('#fileUpload').unbind('load'); $('#fileUpload').unbind('load');
setTimeout(function() { setTimeout(function() {
$('#fileUpload').html(''); $('#fileUpload').html('');
}, 1); }, 10);
}); });
}); });
}); });