together.js removed default color

This commit is contained in:
Matthew Scragg 2013-10-09 21:17:01 -05:00
parent 26643ce0a7
commit 88fdf6b2ca

View file

@ -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');