This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
server
Watch
1
Star
0
Fork
You've already forked server
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ba475d4862
server
/
apps
/
files
/
js
History
Thomas Mueller
ba475d4862
javascript notification functions have been moved to js.js for common use
2013-01-04 23:34:09 +01:00
..
admin.js
move files to app folder
2012-04-18 17:27:34 +02:00
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.
2012-11-14 16:05:24 +01:00
filelist.js
javascript notification functions have been moved to js.js for common use
2013-01-04 23:34:09 +01:00
files.js
javascript notification functions have been moved to js.js for common use
2013-01-04 23:34:09 +01:00
jquery.fileupload.js
move files to the correct place
2012-04-26 21:24:41 +02:00
jquery.iframe-transport.js
move files to the correct place
2012-04-26 21:24:41 +02:00
keyboardshortcuts.js
prevent keyboardshortcuts from catching events outside the main doc - e.g. the share popup
2012-12-12 12:55:29 +01:00