Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
9 years ago
Commit
a0ff7f712614116d76bf1e84ba85fec3e9bc235d
1 parent
0073f3b0
时间控件bug修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
client/js/common/edit.js
client/js/common/edit.js
View file @
a0ff7f7
...
...
@@ -117,7 +117,7 @@ edit.prototype={
if
(
action
){
(
function
(
obj
,
action
,
target
){
$
(
"#"
+
key
).
click
(
function
(){
obj
[
action
](
$
(
target
).
val
());
obj
[
action
](
$
(
target
).
val
()
.
replace
(
/
\s
.*/
,
''
)
);
});
})(
obj
,
action
,
target
);
}
...
...
Please
register
or
login
to post a comment