Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
marrero984 committed Dec 17, 2015
1 parent b6c63f1 commit 59575a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/showoff.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,15 +219,15 @@ function setupSideMenu() {
});
$("#askQuestion").click(function() {
askQuestion( $("#question").val());
feedback_response(this, "Hand Raised");
feedback_response(this, "Sending...");
});

$('#feedbackToggle').click(function() {
$('#feedbackSubmenu').toggle();
});
$("#sendFeedback").click(function() {
sendFeedback($( "input:radio[name=rating]:checked" ).val(), $("#feedback").val());
feedback_response(this, "SENT");
feedback_response(this, "Sending...");
});

$("#editSlide").click(function() {
Expand Down

0 comments on commit 59575a3

Please sign in to comment.