changeset 2652:d75db08e5801

Merge branch 'master' into vnext
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 19 Jan 2017 17:00:24 +0000
parents 22efb2d04bc9 (current diff) c40cda1c2839 (diff)
children 0fafb872a1a3
files js/core.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/js/core.js	Thu Jan 19 16:44:47 2017 +0000
+++ b/js/core.js	Thu Jan 19 17:00:24 2017 +0000
@@ -1231,7 +1231,7 @@
                 var elemInclude = [];
                 var elemPool = [];
                 for (var elem of pageInclude[i].audioElements) {
-                    if (elem.include || elem.type != "normal") {
+                    if (elem.alwaysInclude || elem.type != "normal") {
                         elemInclude.push(elem);
                     } else {
                         elemPool.push(elem);