diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-12-30 17:47:14 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-12-30 17:47:14 +0100 |
commit | 31663cfff5c32b90bf41c6af46f3042db8699fe2 (patch) | |
tree | 52a2e0587919a47f4b0a359732be5c4a4995c183 | |
parent | 96dc279e8ea0d18201bc71af989d16224e4d66f7 (diff) | |
download | nextcloud-server-31663cfff5c32b90bf41c6af46f3042db8699fe2.tar.gz nextcloud-server-31663cfff5c32b90bf41c6af46f3042db8699fe2.zip |
contacts entry duplication fix
-rw-r--r-- | apps/contacts/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/index.php b/apps/contacts/templates/index.php index 9e63b201987..90143f25fa6 100644 --- a/apps/contacts/templates/index.php +++ b/apps/contacts/templates/index.php @@ -1,5 +1,5 @@ <?php // Include Style and Script -OC_Util::addScript('contacts','interface'); +//OC_Util::addScript('contacts','interface'); // this line caused entry duplication, cause contacts/index.php already inlcudes it OC_Util::addScript('contacts','jquery.inview'); OC_Util::addStyle('contacts','styles'); OC_Util::addStyle('contacts','formtastic'); |