Second and final part of https://github.com/Pita/etherpad-lite/issues/233
This commit is contained in:
parent
dd2d0d45f0
commit
33c51e1b01
|
@ -711,6 +711,7 @@ var paduserlist = (function()
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#myswatch").css({'background-color': myUserInfo.colorId});
|
$("#myswatch").css({'background-color': myUserInfo.colorId});
|
||||||
|
$("#usericonback").css({'background-color': myUserInfo.colorId});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
return self;
|
return self;
|
||||||
|
|
Loading…
Reference in New Issue