Don't use a dropdown for notifications in IE (because it doesn't render properly). Just go to notifications URL on click.
This commit is contained in:
parent
d9cbd32d88
commit
611aa339fc
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@
|
|||
ajaxLoader: dropdown.find(".ajax_loader")
|
||||
});
|
||||
|
||||
if( ! $.browser.msie ) {
|
||||
self.badgeLink.toggle(self.showDropdown, self.hideDropdown);
|
||||
}
|
||||
|
||||
self.dropdown.click(function(evt) {
|
||||
evt.stopPropagation();
|
||||
|
|
|
|||
Loading…
Reference in a new issue