Skip to content

Commit

Permalink
confirmation back fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed Dec 7, 2016
1 parent 9c48974 commit 3c28106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ exports.confirmationPrompt = function(promptText, optionText1, optionText2, help
callback1(cb);
} else {
back();
//cb();
cb();
}
}
}
Expand All @@ -305,7 +305,7 @@ exports.confirmationPrompt = function(promptText, optionText1, optionText2, help
callback2(cb);
} else {
back();
//cb();
cb();
}
}
}
Expand Down

0 comments on commit 3c28106

Please sign in to comment.