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

Merge branch 'master' into 'master'

removed hard-coded value

See merge request rc/self-reg-form!9
parents d92ae68b 7ae86ca0
No related branches found
No related tags found
1 merge request!9removed hard-coded value
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<script> <script>
console.info('Room ID: {{ room_id }}'); console.info('Room ID: {{ room_id }}');
var socket = io.connect('http://' + document.domain + ':' + location.port); var socket = io.connect();
socket.on( 'connect', function() { socket.on( 'connect', function() {
autofill_form("{{ username }}", "{{ fullname }}", "{{ email }}"); autofill_form("{{ username }}", "{{ fullname }}", "{{ email }}");
......
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