you can now UPLAD IMAGES AND VIDS!!! in the quetions of kahootlone/quizzlet

This commit is contained in:
RezHackXYZ 2025-05-31 18:13:50 +05:30
parent 5f53e923d0
commit de7e3da139
29 changed files with 158 additions and 96 deletions

View file

@ -86,7 +86,6 @@ export function newGame() {
}
function GameWin() {
//ShowAlert("You win!", "success");
toast.success("You win!");
data.value[WordLegnth.v].push(words.v.length);
@ -165,7 +164,7 @@ export function ButtonPressed(key) {
SendWord(CurrentWord.v);
CurrentWord.v = [];
} else {
//ShowAlert("Not a valid word", "error");
toast.error("Not a valid word");
}
}
return;