dont need to remove the empty folder message twice

This commit is contained in:
Robin Appelman 2011-07-30 14:46:41 +02:00
parent 78d41a03e0
commit 77abade785
1 changed files with 0 additions and 2 deletions

View File

@ -73,7 +73,6 @@ $(document).ready(function() {
$('#file_newfolder_name').blur(); $('#file_newfolder_name').blur();
});} });}
}); });
$('#emptyfolder').remove();
}); });
$('#file_newfolder_name').click(function(){ $('#file_newfolder_name').click(function(){
@ -186,7 +185,6 @@ $(document).ready(function() {
clone.insertBefore(form); clone.insertBefore(form);
form.hide(); form.hide();
} }
$('#emptyfolder').remove();
}); });
//add multiply file upload attribute to all browsers except konqueror (which crashes when it's used) //add multiply file upload attribute to all browsers except konqueror (which crashes when it's used)