Skip to content
Snippets Groups Projects
Commit 672c2f5b authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Remove CollectionFS dependency

parent 1b315cfd
No related branches found
No related tags found
No related merge requests found
......@@ -46,12 +46,6 @@ konecty:multiple-instances-status
konecty:nrr
konecty:user-presence
cfs:standard-packages
cfs:gridfs
#cfs:filesystem
#cfs:s3
#cfs:dropbox
chrismbeckett:toastr
dispatch:run-as-user
francocatena:status
......
......@@ -15,23 +15,7 @@ blaze@2.1.2
blaze-tools@1.0.3
boilerplate-generator@1.0.3
callback-hook@1.0.3
cfs:access-point@0.1.49
cfs:base-package@0.0.30
cfs:collection@0.5.5
cfs:collection-filters@0.2.4
cfs:data-man@0.0.6
cfs:file@0.1.17
cfs:gridfs@0.0.33
cfs:http-methods@0.0.29
cfs:http-publish@0.0.13
cfs:power-queue@0.9.11
cfs:reactive-list@0.0.9
cfs:reactive-property@0.0.4
cfs:standard-packages@0.5.9
cfs:storage-adapter@0.2.2
cfs:tempstore@0.1.5
cfs:upload-http@0.0.20
cfs:worker@0.1.4
check@1.0.5
chrismbeckett:toastr@2.1.2_1
coffeescript@1.0.6
......
......@@ -561,7 +561,13 @@ Template.room.events
e.currentTarget.parentNode.classList.remove 'over'
files = []
FS?.Utility?.eachFile e, (file) ->
evt = e.originalEvent or e
if not evt.target.files or evt.target.files.length is 0
evt.target.files = if evt.dataTransfer then evt.dataTransfer.files else []
for file in evt.target.files
files.push
file: file
name: file.name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment