diff -r 38527e730186 -r 1ebaa106b580 client/js/renderer/scene.js --- a/client/js/renderer/scene.js Fri Mar 27 19:15:57 2015 +0100 +++ b/client/js/renderer/scene.js Sat Mar 28 04:27:48 2015 +0100 @@ -515,9 +515,9 @@ '
' + '
resize="" <% } %>>
' + '<% if (options.show_bins) { %>
«
<% } %>' + - '
">
">
">
' + + '<% if (options.show_zoom) { %>
">
">
">
' + '<% if (options.editor_mode && !isNaN(parseInt(options.default_view))) { %>
">
<% } %>' + - '<% if (!isNaN(parseInt(options.default_view))) { %>
">
<% } %>
' + + '<% if (!isNaN(parseInt(options.default_view))) { %>
">
<% } %>
<% } %>' + '
' ), fixSize: function(_autoscale) {