aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-10-10 12:08:51 +0200
committerMario Vavti <mario@mariovavti.com>2017-10-10 12:08:51 +0200
commit41cf846ee3c51257dc8ba05e498345b3e568e422 (patch)
tree6debd02675d83f150dea5151a64ccf031f76117b /view/js/main.js
parentcc1ffff7cdfe5881636b6d2de3fe16f0094b5d69 (diff)
downloadvolse-hubzilla-41cf846ee3c51257dc8ba05e498345b3e568e422.tar.gz
volse-hubzilla-41cf846ee3c51257dc8ba05e498345b3e568e422.tar.bz2
volse-hubzilla-41cf846ee3c51257dc8ba05e498345b3e568e422.zip
new notification fixes
Diffstat (limited to 'view/js/main.js')
-rw-r--r--view/js/main.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 6557b1d8e..8ff54e9cd 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -365,11 +365,6 @@ $(function() {
return;
});
- $('span[rel^="#"]').click(function(e){
- manage_popup_menu(this, e);
- return;
- });
-
function manage_popup_menu(w,e) {
menu = $( $(w).attr('rel') );