Merge pull request #4 from ACAlCapone/fix/gallery-preview

fix: re-enabled gallery preview images
This commit is contained in:
Chris McGuire
2022-12-15 19:21:53 -06:00
committed by GitHub

View File

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