studio fix

This commit is contained in:
2019-12-02 20:36:45 +01:00
parent 8b4d7ea685
commit a3f3c1e960
2 changed files with 2 additions and 2 deletions
@@ -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'){