jquery update issue prevents comments from reloading and resetting watch cursor
This commit is contained in:
		| @@ -640,7 +640,7 @@ function updateConvItems(mode,data) { | ||||
| 	var bimgcount = bimgs.length; | ||||
|  | ||||
| 	if (bimgcount) { | ||||
| 		bimgs.load(function() { | ||||
| 		bimgs.on('load',function() { | ||||
| 			bimgcount--; | ||||
| 			if (! bimgcount) { | ||||
| 				collapseHeight(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user