Removed unnecessary wait message

This commit is contained in:
Ozzie Isaacs 2019-01-16 17:50:51 +01:00 committed by GitHub
parent d5ff3b6a0b
commit 9e5fa45df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,11 +74,6 @@ $(function() {
$(".load-more .row").isotope( "appended", $(data), null ); $(".load-more .row").isotope( "appended", $(data), null );
}); });
$("#sendbtn").click(function() {
var $this = $(this);
$this.text("Please wait...");
$this.addClass("disabled");
});
$("#restart").click(function() { $("#restart").click(function() {
$.ajax({ $.ajax({
dataType: "json", dataType: "json",