aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-06-06 11:27:04 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-06 11:27:04 +0200
commit289accc31bd2adb98833e470162483119924e2e9 (patch)
treea8547b7eb22d481f2752403b486ebe1e8636414a /lib/base.php
parent3a7b30795c56f1debdb7a9dcd51578b711c2f622 (diff)
parentb2bae9313d3467f945ef02a3091d8cbf52c1382a (diff)
downloadnextcloud-server-289accc31bd2adb98833e470162483119924e2e9.tar.gz
nextcloud-server-289accc31bd2adb98833e470162483119924e2e9.zip
Merge pull request #8159 from owncloud/mobile-sidebar-swipe
Mobile sidebar swipe
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 2ec9c88e9f4..2e65e9f1601 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -331,6 +331,7 @@ class OC {
OC_Util::addScript('search', 'result');
OC_Util::addScript("oc-requesttoken");
OC_Util::addScript("apps");
+ OC_Util::addScript("snap");
// avatars
if (\OC_Config::getValue('enable_avatars', true) === true) {