# HG changeset patch # User Nicholas Jillings # Date 1493110350 -3600 # Node ID 74b0a1be28a7175b9d000baa69e750e051cc5947 # Parent e9ac2a297ba3824990d5577d3b55210e23900e80# Parent 4b004eb32738024f492ef0b22ce640c1f2a0ef3c Merge branch 'master' into vnext diff -r e9ac2a297ba3 -r 74b0a1be28a7 js/core.js --- a/js/core.js Tue Apr 25 09:45:10 2017 +0100 +++ b/js/core.js Tue Apr 25 09:52:30 2017 +0100 @@ -1232,7 +1232,7 @@ // Now get the order of pages var fixed = []; pagePool.forEach(function (page) { - if (page.position !== null) { + if (page.position !== undefined) { fixed.push(page); var i = pagePool.indexOf(page); pagePool.splice(i, 1);