Removed unnecessary wait message
This commit is contained in:
parent
d5ff3b6a0b
commit
9e5fa45df7
|
@ -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…
Reference in New Issue
Block a user