Merge pull request #2357 from Pistos/issue-2352-ie-notifications-dropdown
IE: Go directly to notifications page
This commit is contained in:
commit
0ce8c1c6d3
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@
|
|||
ajaxLoader: dropdown.find(".ajax_loader")
|
||||
});
|
||||
|
||||
self.badgeLink.toggle(self.showDropdown, self.hideDropdown);
|
||||
if( ! $.browser.msie ) {
|
||||
self.badgeLink.toggle(self.showDropdown, self.hideDropdown);
|
||||
}
|
||||
|
||||
self.dropdown.click(function(evt) {
|
||||
evt.stopPropagation();
|
||||
|
|
|
|||
Loading…
Reference in a new issue