Authored by htoooth

fix header

... ... @@ -928,7 +928,7 @@ function actionAddKeyWords() {
function searchSuggestHistory() {
var param = {
return_type: 'jsonp',
query: encodeURIComponent(window.queryString().query.replace(/\+/ig, ' '))
query: encodeURIComponent((window.queryString().query || '').replace(/\+/ig, ' '))
};
if ($searchKey.attr('alt')) {
... ...