new notification fixes

This commit is contained in:
Mario Vavti
2017-10-10 12:08:51 +02:00
parent cc1ffff7cd
commit 41cf846ee3
3 changed files with 60 additions and 42 deletions

View File

@@ -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') );