Commit f7e969ba by Dányi Bence

webui: traditional upload form fixed

parent e944b717
......@@ -57,7 +57,7 @@ $(function() {
});
$('#old-upload').click(function(e) {
e.preventDefault();
$(this).parent().hide().parent().find('#old-upload-form').show();
$(this).parent().parent().hide().parent().find('#old-upload-form').show();
return false;
});
$('.quota .used').each(function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment