remove console logs
This commit is contained in:
parent
111ec5d03f
commit
71903c55ee
@ -214,7 +214,6 @@ function fillFragenSelect() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setFrageIndex(index) {
|
function setFrageIndex(index) {
|
||||||
console.log("setFrage", index);
|
|
||||||
if(index >= 0 && index < $("#questionsSelcet").find("option").length) {
|
if(index >= 0 && index < $("#questionsSelcet").find("option").length) {
|
||||||
$("#questionsSelcet").find("option").removeAttr("selected");
|
$("#questionsSelcet").find("option").removeAttr("selected");
|
||||||
$($("#questionsSelcet").find("option")[index]).prop("selected", "true");
|
$($("#questionsSelcet").find("option")[index]).prop("selected", "true");
|
||||||
@ -227,7 +226,6 @@ function setFrageIndex(index) {
|
|||||||
|
|
||||||
function changeFrage() {
|
function changeFrage() {
|
||||||
var index = $("#questionsSelcet>option:selected").index();
|
var index = $("#questionsSelcet>option:selected").index();
|
||||||
console.log("changeFrage", index);
|
|
||||||
wsSend("loadQuestion", index);
|
wsSend("loadQuestion", index);
|
||||||
wsSend("clearAllFailsBtn", "");
|
wsSend("clearAllFailsBtn", "");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user