summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2015-06-22 15:17:53 +0200
committerHendrik Leppelsack <hendrik@leppelsack.de>2015-06-22 15:38:32 +0200
commit8621d176db7c6e2cb9c45f13314814d97f202e05 (patch)
treefa4cfb14d3438464ca7f013576509e94d709bc41 /lib/base.php
parent68463182da590ca704624579e87e9c1ab9d21435 (diff)
downloadnextcloud-server-8621d176db7c6e2cb9c45f13314814d97f202e05.tar.gz
nextcloud-server-8621d176db7c6e2cb9c45f13314814d97f202e05.zip
moved tooltip.js to vendor scripts
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index fb20d98f99f..8d098117984 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -392,7 +392,7 @@ class OC {
}
OC_Util::addScript("placeholders");
- OC_Util::addScript("tooltip");
+ //OC_Util::addScript("tooltip");
OC_Util::addScript("compatibility");
OC_Util::addScript("jquery.ocdialog");
OC_Util::addScript("oc-dialogs");