new notification fixes
This commit is contained in:
@@ -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') );
|
||||
|
||||
|
Reference in New Issue
Block a user