test #7

Merged
carlosap merged 2 commits from test into master 2022-05-24 06:19:04 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 517a7077f1 - Show all commits

View File

@ -28,10 +28,10 @@ function setEvents() {
$(".out").on("click", function () { $(".out").on("click", function () {
fichar('out'); fichar('out');
}); });
/*
setTimeout(function () { setTimeout(function () {
cerrar(); cerrar();
}, 5000);*/ }, 5000);
} }
function setView() { function setView() {