aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-17 18:32:38 -0700
committerredmatrix <git@macgirvin.com>2016-07-17 18:32:38 -0700
commitc3617f5d1efd8d2d25041b58326231f503e68f18 (patch)
tree51588454cfdace4922bceb106fd3b92c5aac050f /view
parent279359c1bddb6e4473894e5dd5bd3c944a469814 (diff)
downloadvolse-hubzilla-c3617f5d1efd8d2d25041b58326231f503e68f18.tar.gz
volse-hubzilla-c3617f5d1efd8d2d25041b58326231f503e68f18.tar.bz2
volse-hubzilla-c3617f5d1efd8d2d25041b58326231f503e68f18.zip
jquery update issue prevents comments from reloading and resetting watch cursor
Diffstat (limited to 'view')
-rw-r--r--view/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 8280d2ddb..a288f98f5 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -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();