fix: re-enabled gallery preview images

This commit is contained in:
ACAlCapone
2022-12-11 20:33:47 +01:00
committed by GitHub
parent 49ba042242
commit 07751d4614

View File

@@ -192,7 +192,7 @@
];
//functions
getURL = (imageName) => {
return "https://raw.githubusercontent.com/ImKyle4815/cardconjurer/master/gallery/img/" + imageName;
return "gallery/img/" + imageName;
}
templateSample = (name, location, image) => {
const shell = document.createElement("div");
@@ -229,4 +229,4 @@
populateGroup("tokenGrid", tokenTemplates);
// populateGroup("otherGrid", otherTemplates);
</script>
<!-- END OF CONTENT -->
<!-- END OF CONTENT -->