tweak checkbox styling
[qcg-portal.git] / filex / static / filex / filex.js
index a19b354..9f34b5e 100644 (file)
@@ -234,7 +234,7 @@ $(function(){
 
             // used in selectize callbacks
             var view = this,
-                optionTemplate = _.template('<div><div><%= host %></div><div class="small text-muted"><%= path %></div></div>');
+                optionTemplate = _.template('<div><div><%- host %></div><div class="small text-muted"><%- path %></div></div>');
 
             this.$('#host-selector').selectize({
                 optgroupField: 'group',
@@ -329,7 +329,7 @@ $(function(){
             this.hostSelectize = this.$('#host-selector')[0].selectize;
 
             this.render();
-               Backbone.history.start({silent: true});
+               Backbone.history.start();
         },
 
         render: function() {