Unverified Commit 9e5fa45d authored by Ozzie Isaacs's avatar Ozzie Isaacs Committed by GitHub

Removed unnecessary wait message

parent d5ff3b6a
......@@ -74,11 +74,6 @@ $(function() {
$(".load-more .row").isotope( "appended", $(data), null );
});
$("#sendbtn").click(function() {
var $this = $(this);
$this.text("Please wait...");
$this.addClass("disabled");
});
$("#restart").click(function() {
$.ajax({
dataType: "json",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment