Merge pull request #446 from fermionic/frost-scrollbars-are-annoying
Frost scrollbars are annoyingpull/448/head
commit
0765ab5203
|
@ -350,7 +350,7 @@
|
|||
/* autocomplete @nicknames */
|
||||
$j(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
|
||||
|
||||
var bimgs = $j(".wall-item-body > img").not(function() { return this.complete; });
|
||||
/*var bimgs = $j(".wall-item-body > img").not(function() { return this.complete; });
|
||||
var bimgcount = bimgs.length;
|
||||
|
||||
if (bimgcount) {
|
||||
|
@ -363,21 +363,21 @@
|
|||
});
|
||||
} else {
|
||||
collapseHeight();
|
||||
}
|
||||
}*/
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
function collapseHeight() {
|
||||
/* function collapseHeight() {
|
||||
$j(".wall-item-body").each(function() {
|
||||
if($j(this).height() > 310) {
|
||||
if(! $j(this).hasClass('divmore')) {
|
||||
$j(this).divgrow({ initialHeight: 300, showBrackets: false, speed: 300 });
|
||||
$j(this).divgrow({ initialHeight: 300, showBrackets: false, speed: 0 });
|
||||
$j(this).addClass('divmore');
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
}*/
|
||||
|
||||
function imgbright(node) {
|
||||
$j(node).removeClass("drophide").addClass("drop");
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue