diff --git a/www/assert/main.js b/www/assert/main.js index 4a2ccc3d8..6f924f1b0 100644 --- a/www/assert/main.js +++ b/www/assert/main.js @@ -228,7 +228,7 @@ define([ th.src = URL.createObjectURL(thumb); th.onload = function () { $(document.body).append($(th).addClass('thumb')); - cb(th.width === 100 && th.height === 100); + cb(th.width === Thumb.dimension && th.height === Thumb.dimension); }; }); });