diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-09-19 23:13:18 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-09-19 23:13:18 +0200 |
commit | dbc0cc8c929809d70ec306f08d4c0031b49c5c93 (patch) | |
tree | dd4d30107ea82dae1ff3979bd9304836a6ceafcf /view/tpl | |
parent | a1be6f11eddd24dcc633290d6de31c0a70de64e9 (diff) | |
download | volse-hubzilla-dbc0cc8c929809d70ec306f08d4c0031b49c5c93.tar.gz volse-hubzilla-dbc0cc8c929809d70ec306f08d4c0031b49c5c93.tar.bz2 volse-hubzilla-dbc0cc8c929809d70ec306f08d4c0031b49c5c93.zip |
remove some redundant references to sticky_kit
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/notes.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/notes.tpl b/view/tpl/notes.tpl index c6d5d8a73..729297ee1 100644 --- a/view/tpl/notes.tpl +++ b/view/tpl/notes.tpl @@ -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(); }); |