js bug fix

This commit is contained in:
2018-04-15 22:44:33 +02:00
parent 1d0a95f022
commit 7e073fdfa0
2 changed files with 3 additions and 1 deletions
@@ -409,6 +409,8 @@
// if audio only record in state
state.audio = true;
state.node = node;
// we don't laod ajax content so we boot the home
_$body.attr('booted', 'booted');
}else{
// ajax load content for audio only if article or transcript
ajaxLoadContent(state);