Skip to content

Commit

Permalink
Disable check button when showing a new question
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jul 25, 2015
1 parent d90bb3c commit f966be2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@
}

$("#nextBtn").removeAttr("disabled");
$("#checkBtn")
.attr("disabled", "disabled")
.hide().show(); // hack to take care of IEs inconsistent handling of clicks
$("#checkBtn").attr("disabled", "disabled");

$(this).hide().show(); // hack to take care of IEs inconsistent handling of clicks
}
else
{
Expand Down

0 comments on commit f966be2

Please sign in to comment.