From e47c08ed72acd82ef455588f5dec3269a8030037 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 28 Nov 2017 20:40:01 -0800 Subject: more chunk --- view/js/mod_cloud.js | 8 ++++++-- view/tpl/cloud.tpl | 1 - view/tpl/cloud_actionspanel.tpl | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'view') 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); diff --git a/view/tpl/cloud.tpl b/view/tpl/cloud.tpl index ccd59d81a..e7237c7e6 100644 --- a/view/tpl/cloud.tpl +++ b/view/tpl/cloud.tpl @@ -1,7 +1,6 @@ -
{{include file="cloud_header.tpl"}} diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index 489632a4a..71ba2f687 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -25,7 +25,7 @@ - + {{include file="field_checkbox.tpl" field=$notify}}
-- cgit v1.2.3