Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
prp
sage2
Commits
92b46a72
Commit
92b46a72
authored
May 08, 2014
by
Thomas Marrinan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://bitbucket.org/sage2/sage2
Former-commit-id: 61aab64e1f6c475a7d7d34cd00443a3294327a55
parents
495042b7
f992b6a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
server.js
server.js
+4
-0
No files found.
server.js
View file @
92b46a72
...
...
@@ -796,6 +796,10 @@ function loadConfiguration() {
userConfig
.
pointerWidth
=
Math
.
round
(
0.200
*
userConfig
.
totalHeight
);
userConfig
.
pointerHeight
=
Math
.
round
(
0.050
*
userConfig
.
totalHeight
);
// Set default values if missing
if
(
userConfig
.
port
===
undefined
)
userConfig
.
port
=
443
;
if
(
userConfig
.
index_port
===
undefined
)
userConfig
.
index_port
=
80
;
return
userConfig
;
}
...
...
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