dont need to remove the empty folder message twice
This commit is contained in:
parent
78d41a03e0
commit
77abade785
1 changed files with 0 additions and 2 deletions
|
@ -73,7 +73,6 @@ $(document).ready(function() {
|
|||
$('#file_newfolder_name').blur();
|
||||
});}
|
||||
});
|
||||
$('#emptyfolder').remove();
|
||||
});
|
||||
|
||||
$('#file_newfolder_name').click(function(){
|
||||
|
@ -186,7 +185,6 @@ $(document).ready(function() {
|
|||
clone.insertBefore(form);
|
||||
form.hide();
|
||||
}
|
||||
$('#emptyfolder').remove();
|
||||
});
|
||||
|
||||
//add multiply file upload attribute to all browsers except konqueror (which crashes when it's used)
|
||||
|
|
Loading…
Reference in a new issue