Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laurabreiman committed Aug 9, 2013
1 parent 9ee6928 commit 2266d6b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions perfectSteak.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,24 +251,11 @@ var perfectSteak = function (div) {
var flipButton;
var cookButton;

var saveBut=$('<a href="#saveBut" role="button" class="btn sBut" data-toggle="modal" id="saveBut">Save</a>');
var cookButt=$("<button class='btn'>Cook</button>");
var saveModal=$('<div id="saveBut" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"><div class="modal-body">Please select a name for your recipe <p> <input type="text" id="recipeName"></input><p><button class="btn" data-dismiss="modal" aria-hidden="true">OK</button></div></div>');
cookButt.css("width",'100%');



displayDiv.append(saveModal)

saveBut.on("click", function(){



});




var updateTime=function(){
var time=0;
for(var i=0;i<model.currentInfo["numRows"];i++){
Expand Down

0 comments on commit 2266d6b

Please sign in to comment.