[PE] Fix Bug 35976
This commit is contained in:
parent
dd0aa73f51
commit
42ef04facf
|
@ -559,7 +559,7 @@ define([
|
||||||
src.css({height: me._TtHeight + 'px', position: 'absolute', zIndex: '900', display: 'none', 'pointer-events': 'none',
|
src.css({height: me._TtHeight + 'px', position: 'absolute', zIndex: '900', display: 'none', 'pointer-events': 'none',
|
||||||
'background-color': '#'+Common.Utils.ThemeColor.getHexColor(color.get_r(), color.get_g(), color.get_b())});
|
'background-color': '#'+Common.Utils.ThemeColor.getHexColor(color.get_r(), color.get_g(), color.get_b())});
|
||||||
src.text(getUserName(UserId));
|
src.text(getUserName(UserId));
|
||||||
$('#id_main_view').append(src);
|
$('#id_main_parent').append(src);
|
||||||
me.fastcoauthtips.push(src);
|
me.fastcoauthtips.push(src);
|
||||||
src.fadeIn(150);
|
src.fadeIn(150);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue