projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ab403b
)
Fixed link replacement in user notification dropdown
author
Marcel Werk
<burntime@woltlab.com>
Fri, 26 Aug 2016 12:29:07 +0000
(14:29 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Fri, 26 Aug 2016 12:29:07 +0000
(14:29 +0200)
wcfsetup/install/files/js/WCF.User.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.User.js
b/wcfsetup/install/files/js/WCF.User.js
index ab9156b6323482b16d467282abdc827a37383023..1fa2eb234d30444f98001ee02c582b2b73731d2b 100644
(file)
--- a/
wcfsetup/install/files/js/WCF.User.js
+++ b/
wcfsetup/install/files/js/WCF.User.js
@@
-331,7
+331,7
@@
WCF.User.Panel.Abstract = Class.extend({
}
if ($item.data('linkReplaceAll')) {
- $item.find('> .box
32
a:not(.userLink)').prop('href', $link);
+ $item.find('> .box
48
a:not(.userLink)').prop('href', $link);
}
}
});