fix file type
This commit is contained in:
parent
9ebd249019
commit
7b6ceb6518
2
index.js
2
index.js
@ -210,7 +210,7 @@ function showImages(word) {
|
||||
for (let i = 0 ; i < tmp_tabl.length; i++) {
|
||||
let imagepath = prefix + "images/" + tmp_tabl[i] + ".png";
|
||||
let letterpath = prefix + "letters/" + tmp_tabl[i] + ".png";
|
||||
let audiopath = prefix + "audio/" + tmp_tabl[i] + ".ogg";
|
||||
let audiopath = prefix + "audio/" + tmp_tabl[i] + ".mp3";
|
||||
|
||||
images.push(
|
||||
"<div returntarget=\"" + ranid + "\" ranid=\"" + ranid + "\" ondrop=\"drop(event)\" ondragover=\"allowDrop(event)\" id=\"imageholderak" + ranid + "\" datacode=\"" + tmp_tabl[i] + "\" class=\"place originalplace grid-item holderak imageholderak\">" +
|
||||
|
Loading…
Reference in New Issue
Block a user