aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-16 18:33:16 -0800
committerfriendica <info@friendica.com>2014-12-16 18:33:16 -0800
commit2fcbb9c4b3b4c5c3216b279820ccf7902337ae9c (patch)
tree133705a8c2419df81a33ac2373655b0f15e9201a /view
parent6c8ff37591f71add7fc4a747ae1cc80febacfe85 (diff)
downloadvolse-hubzilla-2fcbb9c4b3b4c5c3216b279820ccf7902337ae9c.tar.gz
volse-hubzilla-2fcbb9c4b3b4c5c3216b279820ccf7902337ae9c.tar.bz2
volse-hubzilla-2fcbb9c4b3b4c5c3216b279820ccf7902337ae9c.zip
fix some directory anomolies
Diffstat (limited to 'view')
-rw-r--r--view/js/main.js2
-rw-r--r--view/js/mod_directory.js2
-rwxr-xr-xview/tpl/direntry.tpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/view/js/main.js b/view/js/main.js
index d2099b815..a851e7e63 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -594,7 +594,7 @@ function updateConvItems(mode,data) {
function collapseHeight() {
- $(".wall-item-body, .directory-item").each(function() {
+ $(".wall-item-body, .contact-info").each(function() {
if($(this).height() > divmore_height + 10) {
if(! $(this).hasClass('divmore')) {
$(this).divgrow({ initialHeight: divmore_height, moreText: aStr['divgrowmore'], lessText: aStr['divgrowless'], showBrackets: false });
diff --git a/view/js/mod_directory.js b/view/js/mod_directory.js
index 40a094803..74c8b414d 100644
--- a/view/js/mod_directory.js
+++ b/view/js/mod_directory.js
@@ -8,4 +8,4 @@ function dirdetails(hash) {
$(document).ready(function() {
collapseHeight();
-} \ No newline at end of file
+}); \ No newline at end of file
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl
index e77744e00..cdc6f1f97 100755
--- a/view/tpl/direntry.tpl
+++ b/view/tpl/direntry.tpl
@@ -1,4 +1,4 @@
-<div class="directory-item lframe divmore" id="directory-item-{{$entry.id}}" >
+<div class="directory-item lframe" id="directory-item-{{$entry.id}}" >
<div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$entry.id}}" >
<div class="contact-photo" id="directory-photo-{{$entry.id}}" >