diff options
author | Roeland Douma <rullzer@users.noreply.github.com> | 2015-07-24 08:49:22 +0200 |
---|---|---|
committer | Roeland Douma <rullzer@users.noreply.github.com> | 2015-07-24 08:49:22 +0200 |
commit | f558b3071fd327ed46f7e6cc3068f261572df453 (patch) | |
tree | 1975a370f29e46bc6a1d9ca496ec2e2737b05a28 | |
parent | b757f9c89356fc59488a432508f2a4680b3d3cad (diff) | |
parent | 5265a442609c0ec7a62a5ea5e9ea985bb3d73dad (diff) | |
download | nextcloud-server-f558b3071fd327ed46f7e6cc3068f261572df453.tar.gz nextcloud-server-f558b3071fd327ed46f7e6cc3068f261572df453.zip |
Merge pull request #17849 from owncloud/remove-commented-code
Remove commented code
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php index d11dd395b84..fde67839560 100644 --- a/lib/base.php +++ b/lib/base.php @@ -392,7 +392,6 @@ class OC { } OC_Util::addScript("placeholders"); - //OC_Util::addScript("tooltip"); OC_Util::addScript("compatibility"); OC_Util::addScript("jquery.ocdialog"); OC_Util::addScript("oc-dialogs"); @@ -402,7 +401,6 @@ class OC { OC_Util::addScript("octemplate"); OC_Util::addScript("eventsource"); OC_Util::addScript("config"); - //OC_Util::addScript( "multiselect" ); OC_Util::addScript('search', 'search'); OC_Util::addScript("oc-requesttoken"); OC_Util::addScript("apps"); |