Commit 39b93af66d8c6b19fab1bd0430e8aba5f485448c
1 parent
594a06f0
debug host
Showing
2 changed files
with
2 additions
and
2 deletions
src/live/js/student.js
| 1 | 1 | $(function() { |
| 2 | 2 | var teacherId = document.getElementById('teacher'); |
| 3 | 3 | var studentId = document.getElementById('student'); |
| 4 | - var socket = io('http://live-api.com:5000'); | |
| 4 | + var socket = io('http://live-api:5000'); | |
| 5 | 5 | |
| 6 | 6 | var teacher = CodeMirror.fromTextArea(teacherId, { |
| 7 | 7 | value: '输入HTML代码', | ... | ... |