remove some redundant references to sticky_kit
This commit is contained in:
parent
a1be6f11ed
commit
dbc0cc8c92
@ -725,8 +725,6 @@ 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,7 +8,6 @@
|
|||||||
$(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