Remove unused check for visible notification badge in notification dropdown view
This commit is contained in:
parent
6995ca1fe3
commit
635a5c0564
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ app.views.NotificationDropdown = app.views.Base.extend({
|
|||
|
||||
toggleDropdown: function(evt){
|
||||
evt.stopPropagation();
|
||||
if (!$("#notifications-link .entypo-bell:visible").length) { return true; }
|
||||
evt.preventDefault();
|
||||
if(this.dropdownShowing()){ this.hideDropdown(evt); }
|
||||
else{ this.showDropdown(); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue