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:
f7ac2ad
)
Fixed event target for clipboard actions
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 17 Apr 2012 14:54:18 +0000
(16:54 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 17 Apr 2012 14:54:18 +0000
(16:54 +0200)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index 6194a8a3fd5810874ad7893275eae58a5a9b3599..d1bf12e34eff00f8f700202bded9e17a49676289 100644
(file)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-998,7
+998,7
@@
WCF.Clipboard = {
* @param object event
*/
_executeAction: function(event) {
- var $listItem = $(event.
t
arget);
+ var $listItem = $(event.
currentT
arget);
var $url = $listItem.data('url');
if ($url) {
window.location.href = $url;