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:
54c9146
)
Removed debug output
author
Alexander Ebert
<ebert@woltlab.com>
Mon, 30 Jul 2012 12:19:59 +0000
(14:19 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Mon, 30 Jul 2012 12:19:59 +0000
(14:19 +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 b4065abd6b4be2126561150466fe27daa0ffe645..10051fc98450f2cbb58017dad1566a65f4930cbf 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-1041,7
+1041,6
@@
WCF.Clipboard = {
var $item = $(item);
$data[$item.prop('name')] = $item.val();
});
- console.debug($data);
}
this._executeAJAXActions($listItem, $data);