mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Add semicolon
This commit is contained in:
@@ -15,7 +15,7 @@ function fixUri(input) {
|
|||||||
} else {
|
} else {
|
||||||
return prefix + input; //input.replace('/img/frames', prefix + '/img/frames');
|
return prefix + input; //input.replace('/img/frames', prefix + '/img/frames');
|
||||||
} */
|
} */
|
||||||
return input
|
return input;
|
||||||
}
|
}
|
||||||
function setImageUrl(image, source) {
|
function setImageUrl(image, source) {
|
||||||
image.crossOrigin = 'anonymous';
|
image.crossOrigin = 'anonymous';
|
||||||
|
Reference in New Issue
Block a user