aboutsummaryrefslogtreecommitdiffstats
path: root/files/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-28 23:24:00 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-28 23:24:00 +0200
commit9642a43129e92c6bfaf871bfa79a3dbcf8c7001b (patch)
tree981d4c233e50fce5bcebeb17c41b0e7d8016402e /files/js
parent9565ea251daab076cdc89a5ce8fa409923e1eee8 (diff)
downloadnextcloud-server-9642a43129e92c6bfaf871bfa79a3dbcf8c7001b.tar.gz
nextcloud-server-9642a43129e92c6bfaf871bfa79a3dbcf8c7001b.zip
correctly display icons and rename box
Diffstat (limited to 'files/js')
-rw-r--r--files/js/filelist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/js/filelist.js b/files/js/filelist.js
index fb96437f0a7..8a73d83996e 100644
--- a/files/js/filelist.js
+++ b/files/js/filelist.js
@@ -78,7 +78,7 @@ FileList={
var tr=$('tr[data-file="'+name+'"]');
var td=tr.children('td.filename');
var input=$('<input value='+name+' class="filename"></input>');
- var button=$('<input type="sumit" value="Ok"></input>');
+ var button=$('<input type="submit" value="Ok"></input>');
var form=$('<form action="#"></form>')
form.append(input);
form.append(button);