From 70737200861e066c139c32817e2dbaceeec4af46 Mon Sep 17 00:00:00 2001 From: axlan Date: Fri, 25 Nov 2022 19:36:54 -0800 Subject: [PATCH] Update comment. --- js/creator-23.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/creator-23.js b/js/creator-23.js index db62c1a5..64ccf90c 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -2190,7 +2190,7 @@ function setRoundedCorners(value) { //Various loaders function imageURL(url, destination, otherParams) { var imageurl = url; - // If an image URL does not have HTTP in it, assume it's a local file at the HTML root directory. + // If an image URL does not have HTTP in it, assume it's a local file in the repo local_art directory. if (!url.includes('http')) { imageurl = '/local_art/' + url; } else if (params.get('noproxy') != '') {