Commit 7a3ee20b8c1aef12cbeecec6007ec6424870fda1
1 parent
a7440f67
delete test
Showing
1 changed file
with
0 additions
and
7 deletions
src/js/player.js
| @@ -39,15 +39,8 @@ $(function(){ | @@ -39,15 +39,8 @@ $(function(){ | ||
| 39 | }) | 39 | }) |
| 40 | 40 | ||
| 41 | 41 | ||
| 42 | - | ||
| 43 | - $(".m-menu").click(function(){ | ||
| 44 | - alert("---------- m-menu") | ||
| 45 | - }); | ||
| 46 | - | ||
| 47 | - | ||
| 48 | $('.m-menu').on('click', function(e){ | 42 | $('.m-menu').on('click', function(e){ |
| 49 | // e.preventDefault(); | 43 | // e.preventDefault(); |
| 50 | - alert("status--------" + status) | ||
| 51 | if (status) { | 44 | if (status) { |
| 52 | $('.m-dir-wrap').show(); | 45 | $('.m-dir-wrap').show(); |
| 53 | status = false; | 46 | status = false; |