removed trace statements
This commit is contained in:
parent
cc11480d6d
commit
b856cddc56
1 changed files with 0 additions and 2 deletions
|
|
@ -353,7 +353,6 @@ if (typeof Survey === "undefined") {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
document.getElementById('questions').style.display = 'inline';
|
document.getElementById('questions').style.display = 'inline';
|
||||||
console.log(2);
|
|
||||||
Survey.Form.addWidgets(qs);
|
Survey.Form.addWidgets(qs);
|
||||||
}
|
}
|
||||||
lastSection = s.id;
|
lastSection = s.id;
|
||||||
|
|
@ -362,7 +361,6 @@ console.log(2);
|
||||||
document.getElementById('headertitle').style.display = 'block';
|
document.getElementById('headertitle').style.display = 'block';
|
||||||
document.getElementById('headertext').style.display = 'block';
|
document.getElementById('headertext').style.display = 'block';
|
||||||
document.getElementById('questions').style.display = 'inline';
|
document.getElementById('questions').style.display = 'inline';
|
||||||
console.log(3);
|
|
||||||
Survey.Form.addWidgets(qs);
|
Survey.Form.addWidgets(qs);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue