diff options
author | nobody <nobody@zotlabs.com> | 2021-08-28 01:09:11 -0700 |
---|---|---|
committer | nobody <nobody@zotlabs.com> | 2021-08-28 01:09:11 -0700 |
commit | 2866c0b1737f571c77731eabb0d60d6660caee3b (patch) | |
tree | ef72556613187c611f6b131210621cc4a11a108a /view/js/mod_hq.js | |
parent | 05152ac8c88711a74e61f75feae2c0a43dd40cc4 (diff) | |
parent | 5eaabbdb18b392478b6782fb580f22b3a1e666f2 (diff) | |
download | volse-hubzilla-2866c0b1737f571c77731eabb0d60d6660caee3b.tar.gz volse-hubzilla-2866c0b1737f571c77731eabb0d60d6660caee3b.tar.bz2 volse-hubzilla-2866c0b1737f571c77731eabb0d60d6660caee3b.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'view/js/mod_hq.js')
-rw-r--r-- | view/js/mod_hq.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/view/js/mod_hq.js b/view/js/mod_hq.js index ad77e0af0..5f8430b4d 100644 --- a/view/js/mod_hq.js +++ b/view/js/mod_hq.js @@ -14,12 +14,4 @@ $(document).ready(function() { $('#note-text').focus(); }); - $(document).on('hz:handleNetworkNotificationsItems', function(e, obj) { - push_notification( - obj.name, - $('<p>' + obj.message + '</p>').text(), - baseurl + '/hq/' + obj.b64mid - ); - }); - }); |