Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
8 years ago
Commit
2e1f17bcb285b4a896e99fda5f7b721e9552cec2
1 parent
9b257c82
fix header
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/header.js
public/js/header.js
View file @
2e1f17b
...
...
@@ -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'
))
{
...
...
Please
register
or
login
to post a comment