diff options
author | Bernhard Posselt <Raydiation@users.noreply.github.com> | 2014-06-04 11:31:04 +0200 |
---|---|---|
committer | Bernhard Posselt <Raydiation@users.noreply.github.com> | 2014-06-04 11:31:04 +0200 |
commit | ade6ed37976b405322e428df8c6697116fc9692f (patch) | |
tree | 1cb5779abbb1a52aedb6bc1a129806ed1abfa717 /lib/base.php | |
parent | a24417221982c9159f89190a0bce815f4ffde111 (diff) | |
parent | daecf4b2c14bccb27cc6c5462570c675aa558816 (diff) | |
download | nextcloud-server-ade6ed37976b405322e428df8c6697116fc9692f.tar.gz nextcloud-server-ade6ed37976b405322e428df8c6697116fc9692f.zip |
Merge pull request #8701 from owncloud/slide-up-toggle
Create reusable data attribute for apps setting slideup
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php index 1f9a3bf02e2..376bb6c1d0a 100644 --- a/lib/base.php +++ b/lib/base.php @@ -333,6 +333,7 @@ class OC { //OC_Util::addScript( "multiselect" ); OC_Util::addScript('search', 'result'); OC_Util::addScript("oc-requesttoken"); + OC_Util::addScript("apps"); // avatars if (\OC_Config::getValue('enable_avatars', true) === true) { |