SAAS-821: Wire up new player bar with muses
Play and stop is working
This commit is contained in:
parent
8f8b0b7f4d
commit
911c168765
2 changed files with 13 additions and 7 deletions
|
@ -46,10 +46,6 @@
|
|||
$(this).addClass('current');
|
||||
$("#"+tab_id).addClass('current');
|
||||
});
|
||||
|
||||
$("#player_iframe").contents().find(".play").click(function(){
|
||||
$(this).toggleClass("pause");
|
||||
});
|
||||
}, 1000);
|
||||
|
||||
// schedule widget tabs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue