studio fix
This commit is contained in:
@@ -816,7 +816,7 @@
|
||||
caller = $link.parents('.lastdocs, .lastdocs-home').length ? 'lastdocs' : null;
|
||||
// check if caller is studio composition
|
||||
if(!caller){
|
||||
caller = $link.parents('#studio-ui').length ? 'studio-compo' : null;
|
||||
caller = $link.parents('.composition_ui').length ? 'studio-compo' : null;
|
||||
}
|
||||
// open audio player
|
||||
if(caller == 'studio-compo'){
|
||||
|
||||
Reference in New Issue
Block a user