Removed unnecessary wait message

pull/783/head
Ozzie Isaacs 6 years ago committed by GitHub
parent d5ff3b6a0b
commit 9e5fa45df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

Loading…
Cancel
Save