Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
d65164fa
Commit
d65164fa
authored
Aug 08, 2017
by
Benjamin Fischer
Browse files
Workspace: fixed colorEvenSingle option
- did not work at all before
parent
7884aebb
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/static/js/views/main.js
View file @
d65164fa
...
...
@@ -66,7 +66,7 @@ define([
return
n
;
},
color
:
function
()
{
if
(
this
.
numberWsConnected
<=
1
)
return
""
;
if
(
this
.
numberWsConnected
<=
1
&&
!
vispa
.
wsManager
.
prefs
.
get
(
"
colorEvenSingle
"
)
)
return
""
;
return
this
.
instance
.
workspace
?
this
.
instance
.
workspace
.
color
:
vispa
.
wsManager
.
prefs
.
get
(
"
color
"
);
...
...
Write
Preview
Supports
Markdown
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