diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-30 14:46:41 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-30 14:46:41 +0200 |
commit | 77abade785027d9e3287855479585d0170afc6c8 (patch) | |
tree | 263fbb7afd1b95d5cd3ebf8dcc735e6ed1a8647a /files | |
parent | 78d41a03e074c708d5f6082fd299bdbb3d545f73 (diff) | |
download | nextcloud-server-77abade785027d9e3287855479585d0170afc6c8.tar.gz nextcloud-server-77abade785027d9e3287855479585d0170afc6c8.zip |
dont need to remove the empty folder message twice
Diffstat (limited to 'files')
-rw-r--r-- | files/js/files.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/js/files.js b/files/js/files.js index 7005502d942..7812d70bbb3 100644 --- a/files/js/files.js +++ b/files/js/files.js @@ -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) |