jquery update issue prevents comments from reloading and resetting watch cursor
This commit is contained in:
parent
279359c1bd
commit
c3617f5d1e
@ -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();
|
||||||
|
Reference in New Issue
Block a user