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:
Pistos 2011-11-08 22:25:51 -05:00
parent d9cbd32d88
commit 611aa339fc

View file

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