summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sargent <esthepiking@gmail.com>2012-11-28 09:50:49 -0700
committerErik Sargent <esthepiking@gmail.com>2012-11-28 09:50:49 -0700
commitccb9bb4be00ae98609632d5c774542ef7eb6437d (patch)
tree138fc4741a1dd67feea6b445083f79692833c1a2
parent5f03c306dad3d5aa24a19452cd423b32c3237cff (diff)
downloadnextcloud-server-ccb9bb4be00ae98609632d5c774542ef7eb6437d.tar.gz
nextcloud-server-ccb9bb4be00ae98609632d5c774542ef7eb6437d.zip
initial setup
-rw-r--r--apps/files/js/files.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index dbd9a647151..c9142c38899 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -40,6 +40,7 @@ Files={
}
};
$(document).ready(function() {
+ 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')));