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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 13:52:17 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 13:52:17 +0400
commit9e56acbdc9c3196f630251938a5e8f5b5c507f2c (patch)
treec259bdbbf97d229a31c3e14dc101f093f454ebc1 /lib/base.php
parent1ad21018012aac5b7f98e25968cf113bb229be3f (diff)
add snap.js script
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 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) {