mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 16:21:23 +08:00
Fix for ie11
This commit is contained in:
@ -940,7 +940,7 @@ define([
|
||||
this.options.currentUserId = id;
|
||||
},
|
||||
|
||||
updateAvatarEl(){
|
||||
updateAvatarEl: function(){
|
||||
if(this.options.userAvatar){
|
||||
$btnUserName.css({'background-image': 'url('+ this.options.userAvatar +')'});
|
||||
$btnUserName.text('');
|
||||
|
||||
Reference in New Issue
Block a user