aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
diff options
context:
space:
mode:
authorErik Sargent <esthepiking@gmail.com>2012-11-28 09:55:38 -0700
committerErik Sargent <esthepiking@gmail.com>2012-11-28 09:55:38 -0700
commit0c6b53c25e29ff05f843ab1d62228411ba6a777c (patch)
tree50b15475bf2337137c8e69d83ebcd80d0df94638 /apps/files/js/files.js
parente1478117b14c0057adaf3dbca5e0119e365c7c59 (diff)
downloadnextcloud-server-0c6b53c25e29ff05f843ab1d62228411ba6a777c.tar.gz
nextcloud-server-0c6b53c25e29ff05f843ab1d62228411ba6a777c.zip
no message
Diffstat (limited to 'apps/files/js/files.js')
-rw-r--r--apps/files/js/files.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index c9142c38899..40fe5da8ead 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -40,7 +40,7 @@ Files={
}
};
$(document).ready(function() {
- Files.bindKeyboardShortcuts(document, jQuery);
+ Files.bindKeyboardShortcuts(document, jQuery);
$('#fileList tr').each(function(){
//little hack to set unescape filenames in attribute
$(this).attr('data-file',decodeURIComponent($(this).attr('data-file')));