mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update creator-12.js
This commit is contained in:
@@ -1407,7 +1407,7 @@ function loadTutorialVideo() {
|
|||||||
function imageURL(url, destination, otherParams) {
|
function imageURL(url, destination, otherParams) {
|
||||||
var imageurl = url;
|
var imageurl = url;
|
||||||
if (params.get('noproxy') != '') {
|
if (params.get('noproxy') != '') {
|
||||||
imageurl = 'https://cors-anywhere.herokuapp.com/' + url;
|
imageurl = 'https://cors.bridged.cc/' + url;
|
||||||
}
|
}
|
||||||
destination(imageurl, otherParams);
|
destination(imageurl, otherParams);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user