Commit 5327f039 by Kim Eunchul

#40726【TECSS Web 1.9.2.6】空欄検索で何も検索されない

parent f0647542
......@@ -270,7 +270,7 @@ HEADER.searchHeaderButtonFunction = function(){
alert('200字以下のテキストを入力してください');
return;
}
if ($('#searchbox-key').val() != ' ') {
if ($('#searchbox-key').val() != ' ' && $('#searchbox-key').val() != ' ' && $('#searchbox-key').val() != '') {
try{
//seperate string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment