Skip to content

Commit

Permalink
Ok now that bug is gone too
Browse files Browse the repository at this point in the history
  • Loading branch information
Amalene committed Aug 12, 2013
1 parent 422b916 commit 2ddedc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perfectSteak.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ var importRecipes=function(){
addRow($(".inputTable"));
});

$(".span3").append(addButton);
inputTable.append(addButton);

table.append(row);

Expand All @@ -661,6 +661,7 @@ var importRecipes=function(){

var addButtonFun = function () {
addButton.on("click", function () {
addButton.remove();
model.buildData();
model.numRowsPlus();
addRow($(".inputTable"));
Expand Down

0 comments on commit 2ddedc4

Please sign in to comment.