Merge branch 'staging' into communities-trim

This commit is contained in:
yflory
2020-02-06 10:55:12 +01:00
14 changed files with 160 additions and 218 deletions

View File

@@ -3386,10 +3386,7 @@ define([
if (sfId) {
var sfData = manager.getSharedFolderData(sfId);
var parsed = Hash.parsePadUrl(sfData.href);
sframeChan.event('EV_DRIVE_SET_HASH', parsed.hash || '');
createShareButton(sfId, $toolbar.find('.cp-app-drive-toolbar-leftside'));
} else {
sframeChan.event('EV_DRIVE_SET_HASH', '');
}