remove some redundant references to sticky_kit

This commit is contained in:
Mario Vavti 2017-09-19 23:13:18 +02:00
parent a1be6f11ed
commit dbc0cc8c92
2 changed files with 0 additions and 3 deletions

View file

@ -725,8 +725,6 @@ function updateConvItems(mode,data) {
$('.item_' + submid_encoded).addClass('item-highlight');
}
$(document.body).trigger("sticky_kit:recalc");
}
function collapseHeight() {

View file

@ -8,7 +8,6 @@
$(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();
});