diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-28 20:40:01 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-28 20:40:01 -0800 |
commit | e47c08ed72acd82ef455588f5dec3269a8030037 (patch) | |
tree | 315941a10972c5cb1214779a501bdaa2a0be2a68 /view/js/mod_cloud.js | |
parent | e1a209a3da3913666c00398d3f9e249856a72e69 (diff) | |
download | volse-hubzilla-e47c08ed72acd82ef455588f5dec3269a8030037.tar.gz volse-hubzilla-e47c08ed72acd82ef455588f5dec3269a8030037.tar.bz2 volse-hubzilla-e47c08ed72acd82ef455588f5dec3269a8030037.zip |
more chunk
Diffstat (limited to 'view/js/mod_cloud.js')
-rw-r--r-- | view/js/mod_cloud.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/view/js/mod_cloud.js b/view/js/mod_cloud.js index 1a473ac75..3a82c701f 100644 --- a/view/js/mod_cloud.js +++ b/view/js/mod_cloud.js @@ -24,9 +24,13 @@ function UploadInit() { dropZone: filedrag, maxChunkSize: 100000, // 4 * 1024 * 1024, - add: function(e,data) { +// add: function(e,data) { // data.submit(); - }, +// }, + +// submit: function(e,data) { +// data.submit(); +// }, // done: function(e,data) { // addeditortext(data.result.message); |