diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-03 13:27:06 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-03 13:27:06 +0100 |
commit | fd71b8bde8fc003b0f160075825402c4fab1d54c (patch) | |
tree | 20e84d51af59e8bf6e4d66b5910a3781ee38072a /lib/private/Share/Share.php | |
parent | a85327fe87ce471b04a14839e7b7b7dae4298753 (diff) | |
download | nextcloud-server-fd71b8bde8fc003b0f160075825402c4fab1d54c.tar.gz nextcloud-server-fd71b8bde8fc003b0f160075825402c4fab1d54c.zip |
Move social buttons to menu
* If there are social sharing buttons move them and the copy action to a
menu
* If there are no social sharing buttons just leave the copy action
where it is directly
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/private/Share/Share.php')
-rw-r--r-- | lib/private/Share/Share.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Share/Share.php b/lib/private/Share/Share.php index c693af02a50..38b12a57ccf 100644 --- a/lib/private/Share/Share.php +++ b/lib/private/Share/Share.php @@ -97,7 +97,6 @@ class Share extends Constants { \OC_Util::addScript('core', 'sharesocialmanager'); \OC_Util::addScript('core', 'sharedialogresharerinfoview'); \OC_Util::addScript('core', 'sharedialoglinkshareview'); - \OC_Util::addScript('core', 'sharedialoglinksocialview'); \OC_Util::addScript('core', 'sharedialogexpirationview'); \OC_Util::addScript('core', 'sharedialogshareelistview'); \OC_Util::addScript('core', 'sharedialogview'); |