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

removed hard-coded value

parent d92ae68b
No related branches found
No related tags found
No related merge requests found
Pipeline #5061 failed with stage
......@@ -8,7 +8,7 @@
<script>
console.info('Room ID: {{ room_id }}');
var socket = io.connect('http://' + document.domain + ':' + location.port);
var socket = io.connect();
socket.on( 'connect', function() {
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