diff --git a/js/creator-23.js b/js/creator-23.js index e1d2a4d1..ed8a3610 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -15,7 +15,7 @@ function fixUri(input) { } else { return prefix + input; //input.replace('/img/frames', prefix + '/img/frames'); } */ - return input + return input; } function setImageUrl(image, source) { image.crossOrigin = 'anonymous';