From: Alexander Ebert Date: Sat, 11 Apr 2015 23:20:57 +0000 (+0200) Subject: stupid debug code X-Git-Tag: 2.1.3~15 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9bc7b2423fbed30329c302773dd2b91877b306ab;p=GitHub%2FWoltLab%2FWCF.git stupid debug code --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 050b859f84..26587cd3fc 100755 --- 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; }