From 9e5fa45df7cd840d8a26d25f953857a13d6bc5de Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Wed, 16 Jan 2019 17:50:51 +0100 Subject: [PATCH] Removed unnecessary wait message --- cps/static/js/main.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cps/static/js/main.js b/cps/static/js/main.js index 76eba313..ea0a2b03 100644 --- a/cps/static/js/main.js +++ b/cps/static/js/main.js @@ -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",