diff -r 934012c98dc2 -r 4b37ff239933 client/js/renderer/scene.js --- a/client/js/renderer/scene.js Mon Jan 05 13:03:15 2015 +0100 +++ b/client/js/renderer/scene.js Mon Jan 05 14:01:56 2015 +0100 @@ -467,8 +467,8 @@ template: _.template( '<% if (options.show_top_bar) { %>
<% if (!options.editor_mode) { %>

<%- project.get("title") || translate("Untitled project")%>

' + '<% } else { %>" placeholder="<%-translate("Untitled project")%>" /><% } %>' + - '<% if (options.show_user_list) { %>
<% if (options.user_color_editable) { %><% } %>' + - '<% if (options.user_color_editable) { print(colorPicker) } %>
<unknown user>
<% } %>' + + '<% if (options.show_user_list) { %>
<% if (options.show_user_color) { %>
<% if (options.user_color_editable) { %><% } %>' + + '<% if (options.user_color_editable) { print(colorPicker) } %>
<% } %><unknown user>
<% } %>' + '<% if (options.home_button_url) {%>
' + '<%- translate(options.home_button_title) %>
<% } %>' + '<% if (options.show_fullscreen_button) { %>
<%-translate("Full Screen")%>
<% } %>' +