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:
7ba81f8
)
Fixed WCF.Action.Delete
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 29 Jan 2013 00:12:50 +0000
(
01:12
+0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 29 Jan 2013 00:12:50 +0000
(
01:12
+0100)
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 b547e04be412eacb2a84b7f99fe50a5688f1d8a7..3101760e05624c424aee234b7b1861e760436052 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-1743,7
+1743,7
@@
WCF.Action.Delete = Class.extend({
if (!WCF.inArray($containerID, self._containers)) {
self._containers.push($containerID);
- $container.find(
this
._buttonSelector).click($.proxy(self._click, self));
+ $container.find(
self
._buttonSelector).click($.proxy(self._click, self));
}
});
},