Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
18479e152970df2c3d904dd7c1699aa1de517e35
Authored by
Edmar Moretti
2015-01-30 02:30:45 +0000
1 parent
7c8b161c
Exists in
master
and in
7 other branches
composer
,
doc-root
,
docker
,
guia
,
licenca
,
readme
,
unmaintened
-
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
classesjs/classe_eventos.js
Side-by-side Diff
Inline Diff
classesjs/classe_eventos.js
Wrap text
Diff comments
View file @
18479e1
...
...
@@ -534,6 +534,7 @@ i3GEO.eventos =
534
534
}
535
535
};
536
536
docMapa.ontouchend = function(exy) {
537
+ alert("oi")
537
538
if (!i3GEO.eventos.botaoDireita(exy)) {
538
539
i3GEO.eventos.mouseupMapa(exy);
539
540
}
...
...