aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-06-23 13:06:22 +0200
committerMario Vavti <mario@mariovavti.com>2015-06-23 13:06:22 +0200
commitb6c4601d8fe96d53428697dd98d085f3602b2e6e (patch)
tree3f821bca2855e03c8c09b58c3e1901b83fa97b1b /view/js
parenta4775aab9b823523dd91246cbbb7fec3375b214d (diff)
downloadvolse-hubzilla-b6c4601d8fe96d53428697dd98d085f3602b2e6e.tar.gz
volse-hubzilla-b6c4601d8fe96d53428697dd98d085f3602b2e6e.tar.bz2
volse-hubzilla-b6c4601d8fe96d53428697dd98d085f3602b2e6e.zip
some work on directory
Diffstat (limited to 'view/js')
-rw-r--r--view/js/main.js2
-rw-r--r--view/js/mod_directory.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 625ac5b01..698e2d79c 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -615,7 +615,7 @@ function updateConvItems(mode,data) {
function collapseHeight() {
- $(".wall-item-body, .contact-info").each(function() {
+ $(".wall-item-body, .directory-collapse").each(function() {
var orgHeight = $(this).height();
if(orgHeight > divmore_height + 10) {
if(! $(this).hasClass('divmore')) {
diff --git a/view/js/mod_directory.js b/view/js/mod_directory.js
index 90942f9ac..e850963c1 100644
--- a/view/js/mod_directory.js
+++ b/view/js/mod_directory.js
@@ -38,4 +38,4 @@ function postRatings() {
$(document).ready(function() {
collapseHeight();
-}); \ No newline at end of file
+});