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
Oct 14, 2019
by
Alexander Bazo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change default server url in UI and code
parent
04dd2d8c
Show 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 @@
...
@@ -22,7 +22,7 @@
</span>
</span>
<span
class=
"option"
>
<span
class=
"option"
>
<label
for=
"viewerServerUrl"
>
Server
</label>
<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>
</span>
</div>
</div>
<div
class=
"startButton"
>
Start
</div>
<div
class=
"startButton"
>
Start
</div>
...
...
www/resources/js/index.js
View file @
b8cfdcdc
...
@@ -7,7 +7,7 @@ import FakeGazeDataProvider from "./gaze/FakeGazeDataProvider.js";
...
@@ -7,7 +7,7 @@ import FakeGazeDataProvider from "./gaze/FakeGazeDataProvider.js";
import
GazeDataProvider
from
"./gaze/GazeDataProvider.js"
;
import
GazeDataProvider
from
"./gaze/GazeDataProvider.js"
;
const
GAZE_SERVER_URL
=
"ws://localhost:8001/gaze"
,
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"
),
var
starScreen
=
document
.
querySelector
(
"#startScreen"
),
stage
=
document
.
querySelector
(
"#stage"
),
stage
=
document
.
querySelector
(
"#stage"
),
...
...
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