Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-06-04 13:31:04 +0400
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-06-04 13:31:04 +0400
commitade6ed37976b405322e428df8c6697116fc9692f (patch)
tree1cb5779abbb1a52aedb6bc1a129806ed1abfa717 /lib/base.php
parenta24417221982c9159f89190a0bce815f4ffde111 (diff)
parentdaecf4b2c14bccb27cc6c5462570c675aa558816 (diff)
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.php1
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) {