Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
point-collector
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
codenautas
point-collector
Commits
9308eedd
Commit
9308eedd
authored
Nov 10, 2017
by
Manuel De la Penna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prueba redireccion
parent
9233f93e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
menu.js
client/menu.js
+1
-1
No files found.
client/menu.js
View file @
9308eedd
...
...
@@ -11,6 +11,6 @@ myOwn.wScreens.proc.result.setToken=function(result, div){
div
.
innerText
=
'El token para el usuario '
+
result
.
usuario
+
' y la tarea "'
+
result
.
tarea
+
'" es '
+
result
.
token
+
'. Redirigiendo a la app...'
;
div
.
style
.
backgroundColor
=
'#5F5'
;
setTimeout
(
function
(){
window
.
location
.
href
=
'
./
webapp'
;
window
.
location
.
href
=
'webapp'
;
},
1500
);
};
\ No newline at end of file
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