diff --git a/js/menus/LatticeMenuView.js b/js/menus/LatticeMenuView.js index bd0b5dd3e35eedc91a855a54e9e52af86e06c86b..30ee34679ccff300fbd1d7791e66b73ade07dc13 100644 --- a/js/menus/LatticeMenuView.js +++ b/js/menus/LatticeMenuView.js @@ -23,16 +23,15 @@ LatticeMenuView = Backbone.View.extend({ }, render: function(){ - console.log("latticerender"); this.$el.html(this.template(_.extend(this.model.attributes, this._formatData()))); }, template: _.template('\ - Cell Type: <br/>\ - Cell Connection:<br/>\ + Cell Type: <%= formattedCellType %><br/>\ + Cell Connection: <%= formattedConnectionType %><br/>\ Scale: <%= scale %><br/>\ - Column Separation:<br/><br/>\ - NumCells: <%= numCells %><br/>\ + Column Separation:<br/>\ + NumCells: <%= numCells %><br/><br/>\ <a href="#" class=" btn btn-block btn-lg btn-default">Clear All Cells</a><br/>\ ')