diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-02-08 15:50:58 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-02-08 15:50:58 +0100 |
commit | 5f7727629ad86dfb91c0f27c8f59eb97c100a95d (patch) | |
tree | 3806b5ffc2ccf5c432d4a4c0f951837971a4b100 /apps/files_sharing/js/share.js | |
parent | cdf1cf82baef9764b3211017e7c3e63fb10676d3 (diff) | |
parent | e50dfbc2284e170b37735880d0a8694b89234400 (diff) | |
download | nextcloud-server-5f7727629ad86dfb91c0f27c8f59eb97c100a95d.tar.gz nextcloud-server-5f7727629ad86dfb91c0f27c8f59eb97c100a95d.zip |
Merge branch 'filesystem'
Diffstat (limited to 'apps/files_sharing/js/share.js')
-rw-r--r-- | apps/files_sharing/js/share.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js index 4457dddbe15..d01a07447a6 100644 --- a/apps/files_sharing/js/share.js +++ b/apps/files_sharing/js/share.js @@ -2,6 +2,7 @@ $(document).ready(function() { var shared_status = {}; if (typeof FileActions !== 'undefined') { FileActions.register('all', 'Share', function(filename) { + if (scanFiles.scanning){return;}//workaround to prevent aditional http request block scanning feedback var icon; var file = $('#dir').val()+'/'+filename; if(shared_status[file]) |