Fixed link replacement in user notification dropdown
authorMarcel Werk <burntime@woltlab.com>
Fri, 26 Aug 2016 12:29:07 +0000 (14:29 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 26 Aug 2016 12:29:07 +0000 (14:29 +0200)
wcfsetup/install/files/js/WCF.User.js

index ab9156b6323482b16d467282abdc827a37383023..1fa2eb234d30444f98001ee02c582b2b73731d2b 100644 (file)
@@ -331,7 +331,7 @@ WCF.User.Panel.Abstract = Class.extend({
                                        }
                                        
                                        if ($item.data('linkReplaceAll')) {
-                                               $item.find('> .box32 a:not(.userLink)').prop('href', $link);
+                                               $item.find('> .box48 a:not(.userLink)').prop('href', $link);
                                        }
                                }
                        });