From 9bc7b2423fbed30329c302773dd2b91877b306ab Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 12 Apr 2015 01:20:57 +0200 Subject: [PATCH] stupid debug code --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1