Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Eye-Tracking Classroom
/
Live-Gaze-Analyser
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b8cfdcdc
authored
5 years ago
by
Alexander Bazo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change default server url in UI and code
parent
04dd2d8c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
www/index.html
+1
-1
www/resources/js/index.js
+1
-1
No files found.
www/index.html
View file @
b8cfdcdc
...
...
@@ -22,7 +22,7 @@
</span>
<span
class=
"option"
>
<label
for=
"viewerServerUrl"
>
Server
</label>
<input
type=
"url"
id=
"viewerServerUrl"
name=
"viewerServerUrl"
value=
"ws://
localhost
:2568"
>
<input
type=
"url"
id=
"viewerServerUrl"
name=
"viewerServerUrl"
value=
"ws://
132.199.139.204
:2568"
>
</span>
</div>
<div
class=
"startButton"
>
Start
</div>
...
...
This diff is collapsed.
Click to expand it.
www/resources/js/index.js
View file @
b8cfdcdc
...
...
@@ -7,7 +7,7 @@ import FakeGazeDataProvider from "./gaze/FakeGazeDataProvider.js";
import
GazeDataProvider
from
"./gaze/GazeDataProvider.js"
;
const
GAZE_SERVER_URL
=
"ws://localhost:8001/gaze"
,
VIEWER_SERVER_URL
=
"ws://
localhost
:2568"
;
VIEWER_SERVER_URL
=
"ws://
132.199.139.204
:2568"
;
var
starScreen
=
document
.
querySelector
(
"#startScreen"
),
stage
=
document
.
querySelector
(
"#stage"
),
...
...
This diff is collapsed.
Click to expand it.
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