aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-12-04 14:49:19 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2012-12-04 14:49:19 +0100
commite65abb8054e17eb850969b659259385b83e85639 (patch)
tree0f2b60fed033f7285563228d879229051193346c /lib/base.php
parente72f95f643e5d9bdb9a9293eb14bf58170fae102 (diff)
downloadnextcloud-server-e65abb8054e17eb850969b659259385b83e85639.tar.gz
nextcloud-server-e65abb8054e17eb850969b659259385b83e85639.zip
minified version no longer available
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 dff73ef1ae8..8c508c48767 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -260,7 +260,7 @@ class OC{
OC_Util::addScript( "jquery-1.7.2.min" );
OC_Util::addScript( "jquery-ui-1.8.16.custom.min" );
OC_Util::addScript( "jquery-showpassword" );
- OC_Util::addScript( "jquery.infieldlabel.min" );
+ OC_Util::addScript( "jquery.infieldlabel" );
OC_Util::addScript( "jquery-tipsy" );
OC_Util::addScript( "oc-dialogs" );
OC_Util::addScript( "js" );