Sign in
梁美英
/
programming
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a34fad64b06eb69ab9801c748b44225835a1319d
Authored by
ykxie
2017-06-20 16:50:14 +0800
1 parent
796fd09d
add menu route style
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/js/player.js
src/js/player.js
View file @
a34fad6
...
...
@@ -38,7 +38,7 @@ $(function(){
38
38
})
39
39
40
40
$('.m-menu').on('click', function(){
41
-
41
+
alert("status--------" + status)
42
42
if (status) {
43
43
$('.m-dir-wrap').show();
44
44
status = false;
...
...