# HG changeset patch # User Nicholas Jillings # Date 1492182963 -3600 # Node ID 65c19c3f45c4c32d1b45309d2b7f8bc862de388e # Parent 723e1e5bae6f9362d8ac6a92298d545477378179 Minor ref errors diff -r 723e1e5bae6f -r 65c19c3f45c4 js/core.js --- a/js/core.js Fri Apr 14 16:12:52 2017 +0100 +++ b/js/core.js Fri Apr 14 16:16:03 2017 +0100 @@ -2321,7 +2321,7 @@ popup.resize(event); this.volume.resize(); this.lightbox.resize(); - this.commentBoxes.forEach(function (elem) { + this.commentBoxes.boxes.forEach(function (elem) { elem.resize(); }); this.commentQuestions.forEach(function (elem) {