Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmenhuseyin committed Apr 10, 2017
1 parent 7d40e00 commit c307058
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.bxslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
$(this).one('load error', function() {
if (++count === total) { callback(); }
}).each(function() {
if (this.complete) { $(this).trigger('load'); }
if (this.complete || this.src == '') { $(this).trigger('load'); }
});
});
};
Expand Down
Loading

0 comments on commit c307058

Please sign in to comment.