diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 11:52:17 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 11:52:17 +0200 |
commit | 9e56acbdc9c3196f630251938a5e8f5b5c507f2c (patch) | |
tree | c259bdbbf97d229a31c3e14dc101f093f454ebc1 /lib/base.php | |
parent | 1ad21018012aac5b7f98e25968cf113bb229be3f (diff) | |
download | nextcloud-server-9e56acbdc9c3196f630251938a5e8f5b5c507f2c.tar.gz nextcloud-server-9e56acbdc9c3196f630251938a5e8f5b5c507f2c.zip |
add snap.js script
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 7c58619a556..f513cb5c406 100644 --- a/lib/base.php +++ b/lib/base.php @@ -334,6 +334,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) { |