aboutsummaryrefslogtreecommitdiffstats
path: root/files/js/files.js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-06 19:17:28 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-06 19:17:28 +0200
commit827eb1ae24335ceee8cce6d6c151d980cd0f05ba (patch)
tree5e67de10c4e618c2dfcf076405073fa67afe17f5 /files/js/files.js
parent1eb19b63adf9f83e650d6073ba8756b08c7fa1ba (diff)
downloadnextcloud-server-827eb1ae24335ceee8cce6d6c151d980cd0f05ba.tar.gz
nextcloud-server-827eb1ae24335ceee8cce6d6c151d980cd0f05ba.zip
reactivated Upload & New Folder button icons
Diffstat (limited to 'files/js/files.js')
-rw-r--r--files/js/files.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/files/js/files.js b/files/js/files.js
index 45931b9bae3..b491b90275c 100644
--- a/files/js/files.js
+++ b/files/js/files.js
@@ -1,8 +1,6 @@
$(document).ready(function() {
$('#file_action_panel').attr('activeAction', false);
- $('#file_newfolder_name').css('width', '14em');
- $('#file_newfolder_submit').css('width', '3em');
-
+
// Sets browser table behaviour :
$('.browser tr').hover(
function() {
@@ -211,4 +209,4 @@ function formatDate(date){
var monthNames = [ "January", "February", "March", "April", "May", "June",
"July", "August", "September", "October", "November", "December" ];
return monthNames[date.getMonth()]+' '+date.getDate()+', '+date.getFullYear()+', '+((date.getHours()<10)?'0':'')+date.getHours()+':'+date.getMinutes();
-} \ No newline at end of file
+}