Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
chenchao
2016-12-27 15:53:16 +0800
Commit
9073f713575cb6a36e2a0ad4a1a2faae278de176
1 parent
08030a11
off event first
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
code/static/js.jquery/module/customService/promotion/partials/edit_display.js
code/static/js.jquery/module/customService/promotion/partials/edit_display.js
View file @
9073f71
...
...
@@ -41,6 +41,7 @@ var displayEdit={
bindEvent
:
function
(){
var
_g
=
this
;
var
e
=
_g
.
edit
;
$
(
"#save_display"
).
off
();
$
(
document
).
on
(
'click'
,
'#save_display'
,
function
()
{
e
.
submit
(
_g
.
saveUrl
,
function
(
option
)
{
...
...
Please
register
or
login
to post a comment