jquery update issue prevents comments from reloading and resetting watch cursor

This commit is contained in:
redmatrix 2016-07-17 18:32:38 -07:00
parent 279359c1bd
commit c3617f5d1e

View File

@ -640,7 +640,7 @@ function updateConvItems(mode,data) {
var bimgcount = bimgs.length; var bimgcount = bimgs.length;
if (bimgcount) { if (bimgcount) {
bimgs.load(function() { bimgs.on('load',function() {
bimgcount--; bimgcount--;
if (! bimgcount) { if (! bimgcount) {
collapseHeight(); collapseHeight();