- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
function postGameOrder(option) {
// 48 cтрок кода
if (option == 1) {
if (!confirm("Are you sure you want to save this configuration?")) {
return false;
}
}
// 45 строк кода
}
Комментарии (0) RSS
Добавить комментарий