Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
梁志锋
2015-12-24 12:38:21 +0800
Commit
d80cba33389fdc38e62e0d2e44881cfb73029c1e
1 parent
c2221061
dialog的点透问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
static/js/me/dialog.js
static/js/me/dialog.js
View file @
d80cba3
...
...
@@ -83,5 +83,8 @@ exports.showDialog = function(data, callback, callbackForLeft) {
}
else
if
(
$
(
event
.
target
).
hasClass
(
'dialog-right-btn'
))
{
callback
();
}
event
.
preventDefault
();
event
.
srcEvent
.
stopPropagation
();
});
};
...
...
Please
register
or
login
to post a comment