mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
Update main.js
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
//============================================//
|
//============================================//
|
||||||
/* Test things! */
|
/* Test things! */
|
||||||
function testFunction() {
|
function testFunction() {
|
||||||
// cardMaster.appendChild(frameList[0].cardMasterElement("Full"));
|
cardMaster.insertBefore(frameList[5].cardMasterElement("Full"), cardMaster.children[0]);
|
||||||
cardMasterUpdated();
|
cardMasterUpdated();
|
||||||
// console.log("First frame manually loaded")
|
// console.log("First frame manually loaded")
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -95,7 +95,7 @@ function loadImageCSV() {
|
|||||||
// document.getElementsByClassName("frameOption")[0].classList.add("frameOptionSelected");
|
// document.getElementsByClassName("frameOption")[0].classList.add("frameOptionSelected");
|
||||||
// selectedMask = document.getElementsByClassName("frameOption")[0].id.replace("frameIndex", "");
|
// selectedMask = document.getElementsByClassName("frameOption")[0].id.replace("frameIndex", "");
|
||||||
console.log("image csv loaded, happy card conjuring!");
|
console.log("image csv loaded, happy card conjuring!");
|
||||||
setTimeout(testFunction, 500); //deleteme
|
setTimeout(testFunction, 0); //deleteme
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
xhttp.open("GET", "data/images/imageCSV.csv", true);
|
xhttp.open("GET", "data/images/imageCSV.csv", true);
|
||||||
|
Reference in New Issue
Block a user