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:
fa51f63
)
Fixed page object id for clipboard
author
Alexander Ebert
<ebert@woltlab.com>
Sun, 5 May 2013 18:50:46 +0000
(20:50 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Sun, 5 May 2013 18:50:46 +0000
(20:50 +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 bf90b7dc465104551c74e7221da59952bd2f6fb6..411954d389f60ecb4ba921462b66a021b0736463 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-1157,6
+1157,7
@@
WCF.Clipboard = {
containerData: this._containerData,
objectIDs: objectIDs,
pageClassName: this._page,
+ pageObjectID: this._pageObjectID,
type: type
});
this._proxy.sendRequest();