Revert "remove some redundant references to sticky_kit"
This reverts commit dbc0cc8c92
.
This commit is contained in:
parent
dbc0cc8c92
commit
a7d0c45606
@ -725,6 +725,8 @@ function updateConvItems(mode,data) {
|
||||
$('.item_' + submid_encoded).addClass('item-highlight');
|
||||
}
|
||||
|
||||
$(document.body).trigger("sticky_kit:recalc");
|
||||
|
||||
}
|
||||
|
||||
function collapseHeight() {
|
||||
|
@ -8,6 +8,7 @@
|
||||
$(document).ready(function(e){
|
||||
noteText.on('change keyup keydown paste cut', function () {
|
||||
noteText.height(0).height(noteText[0].scrollHeight);
|
||||
$(document.body).trigger("sticky_kit:recalc");
|
||||
}).change();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user