Commit 7a3ee20b8c1aef12cbeecec6007ec6424870fda1

Authored by ykxie
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 39 })
40 40  
41 41  
42   -
43   - $(".m-menu").click(function(){
44   - alert("---------- m-menu")
45   - });
46   -
47   -
48 42 $('.m-menu').on('click', function(e){
49 43 // e.preventDefault();
50   - alert("status--------" + status)
51 44 if (status) {
52 45 $('.m-dir-wrap').show();
53 46 status = false;
... ...