mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Merge pull request #4 from ACAlCapone/fix/gallery-preview
fix: re-enabled gallery preview images
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user