together.js removed default color
This commit is contained in:
parent
26643ce0a7
commit
88fdf6b2ca
|
@ -14,10 +14,6 @@
|
|||
return {{ session['user'].get('avatar')|tojson }};
|
||||
};
|
||||
|
||||
TogetherJSConfig_getUserColor = function () {
|
||||
return '#ff00ff';
|
||||
};
|
||||
|
||||
TogetherJSConfig_on_ready = function () {
|
||||
//$("#start-togetherjs").addClass('btn-danger').html($(this).data('end-togetherjs-html'));
|
||||
$("#start-togetherjs").addClass('btn-danger').html('End Collaboration');
|
||||
|
|
Loading…
Reference in a new issue