From 77abade785027d9e3287855479585d0170afc6c8 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind1991@gmail.com>
Date: Sat, 30 Jul 2011 14:46:41 +0200
Subject: [PATCH] dont need to remove the empty folder message twice

---
 files/js/files.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/files/js/files.js b/files/js/files.js
index 7005502d94..7812d70bbb 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)
-- 
GitLab