diff -r e388117572d8 -r 2b9c120dba55 client/js/renderer/scene.js --- a/client/js/renderer/scene.js Thu Jan 05 19:34:53 2017 +0100 +++ b/client/js/renderer/scene.js Tue Jan 10 17:36:30 2017 +0100 @@ -438,7 +438,7 @@ if (_renkan.options.show_user_list && _renkan.options.user_color_editable) { var $cpwrapper = this.$.find(".Rk-Users .Rk-Edit-ColorPicker-Wrapper"), - $cplist = this.$.find(".Rk-Users .Rk-Edit-ColorPicker"); + $cplist = this.$.find(".Rk-Users .Rk-Editor-ColorPicker-User"); $cpwrapper.hover( function(_e) {