Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2016-10-27 19:23:06 +0800
Commit
20f3025a96af333cc7dad78b220ce90f47de1051
1 parent
280dbb83
默认搜索词异常处理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/header.js
web-static/js/header.js
View file @
20f3025
...
...
@@ -948,7 +948,7 @@ function actionAddKeyWords() {
$querykey
.
css
({
color
:
'#e0e0e0'
});
$querykey
.
val
(
defaultsearch
);
$querykey
.
val
(
defaultsearch
)
.
blur
()
;
$querykey
.
on
(
'focus'
,
function
(
e
)
{
$querykey
.
css
({
color
:
'#000'
...
...
Please
register
or
login
to post a comment