From ba92d88ec7f7664f1d712e5849df0ccd73ec3d40 Mon Sep 17 00:00:00 2001 From: milancoin Date: Fri, 21 Oct 2016 12:49:16 +0500 Subject: [PATCH] _isReceivedSharedFile can't use the app php 7.0 apache2.4 /index.php/apps/documents/index doesn't work. Spinner spins for ages. --- js/documents.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/documents.js b/js/documents.js index 87e3d71f..6b9be5df 100644 --- a/js/documents.js +++ b/js/documents.js @@ -702,9 +702,9 @@ $(document).ready(function() { $('.add-document').on('click', '.add', documentsMain.onCreate); - OC.Upload._isReceivedSharedFile = function () { - return false; - } + //OC.Upload._isReceivedSharedFile = function () { + // return false; + //} var file_upload_start = $('#file_upload_start'); if (typeof supportAjaxUploadWithProgress !== 'undefined' && supportAjaxUploadWithProgress()) {