Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tomáš Hamsa
TicTacToe-online
Commits
03360b88
Commit
03360b88
authored
Sep 05, 2022
by
Tomas Hamsa
Browse files
5 connected to win
parent
fa2b5420
Pipeline
#52959
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
js/IndexController.js
View file @
03360b88
...
...
@@ -199,7 +199,7 @@ class IndexController {
this
.
previousName
=
textField
.
value
;
textField
.
value
=
"
Bot
"
;
const
limit
=
document
.
getElementById
(
"
limit
"
);
limit
.
value
=
"
4
"
;
limit
.
value
=
"
5
"
;
limit
.
setAttribute
(
"
readonly
"
,
"
readonly
"
);
const
height
=
document
.
getElementById
(
"
boardHeight
"
);
height
.
value
=
"
8
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment