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:
db4f917
)
stupid debug code
author
Alexander Ebert
<ebert@woltlab.com>
Sat, 11 Apr 2015 23:20:57 +0000
(
01:20
+0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Sat, 11 Apr 2015 23:20:57 +0000
(
01:20
+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 050b859f841690def157991265529a87e02ddd56..26587cd3fcdc6e6aaae19a8718d8d2d6ef411cd4 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-10277,7
+10277,7
@@
WCF.EditableItemList = Class.extend({
if (event && event.charCode === 44) {
$value = $value.substring(0, this._searchInput.getCaret());
}
- console.debug($value);
+
if ($value === '') {
return true;
}