You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files/js
Jan-Christoph Borchardt bdc8d0098a Merge pull request #869 from owncloud/files-styles 13 years ago
..
admin.js move files to app folder 13 years ago
fileactions.js Fixes two issues if you using IE8. IE8 has problems with .bind actions and since jquery 1.7.2 using .bind is old school style for event delegation. the new and better way is using .on() function. The second is using $.each instead of for() to walkthrough an array! Now it works perfect, the events after uploads are triggered. 13 years ago
filelist.js remove unneeded line 13 years ago
files.js Merge pull request #869 from owncloud/files-styles 13 years ago
jquery.fileupload.js move files to the correct place 13 years ago
jquery.iframe-transport.js move files to the correct place 13 years ago
keyboardshortcuts.js prevent keyboardshortcuts from catching events outside the main doc - e.g. the share popup 13 years ago