Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
33236bc8
Commit
33236bc8
authored
8 years ago
by
Ilya Kirillov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Исправлен баг с цветами в рецензировании.
parent
73a3bd3c
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
common/editorscommon.js
common/editorscommon.js
+3
-0
No files found.
common/editorscommon.js
View file @
33236bc8
...
...
@@ -2468,6 +2468,9 @@ CContentChangesElement.prototype.Make_ArrayOfSimpleActions = function(Type, Pos,
var
g_oUserColorById
=
{},
g_oUserNextColorIndex
=
0
;
function
getUserColorById
(
userId
,
userName
,
isDark
,
isNumericValue
)
{
if
((
!
userId
||
""
===
userId
)
&&
(
!
userName
||
""
===
userName
))
return
new
CColor
(
0
,
0
,
0
,
255
);
var
res
;
if
(
g_oUserColorById
.
hasOwnProperty
(
userId
))
{
...
...
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