Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit baa40d9

Browse files
committed
fix bg image
1 parent 60e7794 commit baa40d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/jquery.imgexplode.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.imgexplode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
$targetImage = $("<img/>", {
6767
src
6868
});
69-
if (opt.ignoreCompelete) {
69+
if (!opt.ignoreCompelete) {
7070
$targetImage.on("load", function () {
7171
opt.ignoreCompelete = true;
7272
$target.explode.apply($target, [opt]);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-image-explode",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "A jQuery explosion plugin.",
55
"main": "jquery.imgexplode.js",
66
"scripts": {

0 commit comments

Comments
 (0)