you can now UPLAD IMAGES AND VIDS!!! in the quetions of kahootlone/quizzlet
This commit is contained in:
parent
5f53e923d0
commit
de7e3da139
29 changed files with 158 additions and 96 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue