diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-07-24 00:47:41 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-07-24 00:47:41 +0200 |
commit | 5265a442609c0ec7a62a5ea5e9ea985bb3d73dad (patch) | |
tree | 78e2e782645171dd9edc461c7f568fd2bf0d700f /lib/base.php | |
parent | 582f07950f45d9e0bdfa8faaefa105cad5d39420 (diff) | |
download | nextcloud-server-5265a442609c0ec7a62a5ea5e9ea985bb3d73dad.tar.gz nextcloud-server-5265a442609c0ec7a62a5ea5e9ea985bb3d73dad.zip |
Remove commented code
Diffstat (limited to 'lib/base.php')
-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"); |