diff options
author | Florian Hülsmann <fh@cbix.de> | 2012-04-02 23:54:18 +0200 |
---|---|---|
committer | Florian Hülsmann <fh@cbix.de> | 2012-04-02 23:54:18 +0200 |
commit | bd9fa658deb40f798f4134caebf0d91fda1f5c1b (patch) | |
tree | a410707843ca62760bcfae7143d2a146e5fae964 /files/js/files.js | |
parent | 2cb741adff905f0a53c950fc654d92d60958e4f5 (diff) | |
parent | ff5dbc52b8137bc1d4e082c422049271d5f89978 (diff) | |
download | nextcloud-server-bd9fa658deb40f798f4134caebf0d91fda1f5c1b.tar.gz nextcloud-server-bd9fa658deb40f798f4134caebf0d91fda1f5c1b.zip |
merged from upstream
Diffstat (limited to 'files/js/files.js')
-rw-r--r-- | files/js/files.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/js/files.js b/files/js/files.js index 539d5598899..df9f45a7af4 100644 --- a/files/js/files.js +++ b/files/js/files.js @@ -98,7 +98,7 @@ $(document).ready(function() { procesSelection(); }); - $('td.filename input:checkbox').live('click',function(event) { + $('td.filename input:checkbox').live('change',function(event) { if (event.shiftKey) { var last = $(lastChecked).parent().parent().prevAll().length; var first = $(this).parent().parent().prevAll().length; |