|
@@ -745,7 +745,7 @@
|
|
// launch audio player and stop here
|
|
// launch audio player and stop here
|
|
if($link.is('.audio-link')){
|
|
if($link.is('.audio-link')){
|
|
// check if caller is lastdocs block
|
|
// check if caller is lastdocs block
|
|
- caller = $link.parents('.lastdocs').length ? 'lastdocs' : null;
|
|
|
|
|
|
+ caller = $link.parents('.lastdocs, .lastdocs-home').length ? 'lastdocs' : null;
|
|
// open audio player
|
|
// open audio player
|
|
_audioPlayer
|
|
_audioPlayer
|
|
.emmit('stop-shuffle')
|
|
.emmit('stop-shuffle')
|