Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
Tateti
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Enzo
Tateti
Commits
8dfc6a10
Commit
8dfc6a10
authored
Oct 17, 2017
by
Enzo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Se saco la variable global
parent
d29f90cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
main.js
+0
-2
tateti.html
+1
-0
No files found.
main.js
View file @
8dfc6a10
var
jugador
=
1
;
function
resetearJugador
(){
jugador
=
1
;
}
...
...
tateti.html
View file @
8dfc6a10
...
...
@@ -3,6 +3,7 @@
<link
rel=
"stylesheet"
href=
"main.css"
>
<script
src=
"main.js"
></script>
<script>
window
.
onload
=
resetearJugador
;
//Agarra la celda clickeada, y ejecuta la funcion escribirCelda (que le pasa como parametro la celda elegida)
function
clickCelda
(){
var
idCelda
=
event
.
srcElement
.
id
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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