We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c862ef9 + e3ae35d commit 48b73dfCopy full SHA for 48b73df
1 file changed
main.js
@@ -95,7 +95,7 @@ const run = async () => {
95
let visualizationCanvas = document.getElementById('canvasImgmatch');
96
let list = document.getElementById("itemlist");
97
if (itemcounter === null) {
98
- itemcounter = new ItemCounter(tmpCanvas, progressCb, "iconpacks", currentTemplate, visualizationCanvas, list);
+ itemcounter = new ItemCounter(tmpCanvas, progressCb, window.alert, "iconpacks", currentTemplate, visualizationCanvas, list);
99
await itemcounter.init();
100
}
101
itemcounter.setFilter(await getFilter());
0 commit comments