diff options
author | Mario <mario@mariovavti.com> | 2021-06-17 11:21:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-17 11:21:59 +0000 |
commit | a34bd3b013887786f5f958450b4823cfd00cd562 (patch) | |
tree | 9ac08a4034b210d19675ae1be91f4bd91ca334a7 /view/tpl/messages_widget.tpl | |
parent | c268bc327a9c82acf05999039b0b3ab7191646eb (diff) | |
download | volse-hubzilla-a34bd3b013887786f5f958450b4823cfd00cd562.tar.gz volse-hubzilla-a34bd3b013887786f5f958450b4823cfd00cd562.tar.bz2 volse-hubzilla-a34bd3b013887786f5f958450b4823cfd00cd562.zip |
fix issue where notifications were not loaded if a filter was applied
Diffstat (limited to 'view/tpl/messages_widget.tpl')
-rw-r--r-- | view/tpl/messages_widget.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/messages_widget.tpl b/view/tpl/messages_widget.tpl index 079bcdf3a..d3dbd7be9 100644 --- a/view/tpl/messages_widget.tpl +++ b/view/tpl/messages_widget.tpl @@ -97,7 +97,6 @@ }).done(function(obj) { get_messages_page_active = false; messages_offset = obj.offset; - console.log(obj); let html; let tpl = $('#messages-template[rel=template]').html(); obj.entries.forEach(function(e) { |