diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-06-06 11:27:04 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-06-06 11:27:04 +0200 |
commit | 289accc31bd2adb98833e470162483119924e2e9 (patch) | |
tree | a8547b7eb22d481f2752403b486ebe1e8636414a /lib/base.php | |
parent | 3a7b30795c56f1debdb7a9dcd51578b711c2f622 (diff) | |
parent | b2bae9313d3467f945ef02a3091d8cbf52c1382a (diff) | |
download | nextcloud-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.php | 1 |
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) { |