Skip to content

Commit

Permalink
Merge 84d29d1 into f8c87d0
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniosg88 committed Nov 10, 2015
2 parents f8c87d0 + 84d29d1 commit f4540ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/jquery.tinycolorpicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
, backgroundUrl = $track.css("background-image").replace(/"/g, "").replace(/url\(|\)$/ig, "")
;

colorPicker.crossOrigin = "Anonymous";
$track.css("background-image", "none");

$(colorPicker).load(function() {
Expand Down Expand Up @@ -300,4 +301,4 @@
}
});
};
}));
}));

0 comments on commit f4540ee

Please sign in to comment.