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');
|
$('.item_' + submid_encoded).addClass('item-highlight');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$(document.body).trigger("sticky_kit:recalc");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function collapseHeight() {
|
function collapseHeight() {
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
$(document).ready(function(e){
|
$(document).ready(function(e){
|
||||||
noteText.on('change keyup keydown paste cut', function () {
|
noteText.on('change keyup keydown paste cut', function () {
|
||||||
noteText.height(0).height(noteText[0].scrollHeight);
|
noteText.height(0).height(noteText[0].scrollHeight);
|
||||||
|
$(document.body).trigger("sticky_kit:recalc");
|
||||||
}).change();
|
}).change();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user