Skip to content
Snippets Groups Projects
Commit 7ee1daed authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

calling autofill to prepopulate variables on webpage

parent 3edb7902
No related branches found
No related tags found
1 merge request!6Flask v0.1
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
var socket = io.connect('http://' + document.domain + ':' + location.port); var socket = io.connect('http://' + document.domain + ':' + location.port);
socket.on( 'connect', function() { socket.on( 'connect', function() {
autofill_form("{{ username }}", "{{ fullname }}", "{{ email }}");
socket.emit( 'join_room', { socket.emit( 'join_room', {
referrer: '{{ referrer }}' referrer: '{{ referrer }}'
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment