Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/staticman.js')
-rw-r--r--assets/js/staticman.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/staticman.js b/assets/js/staticman.js
index e49b2dd..e205cd9 100644
--- a/assets/js/staticman.js
+++ b/assets/js/staticman.js
@@ -17,7 +17,7 @@ $(document).ready(function() {
$('input[type="submit"]').addClass('hidden');
$('input[type="submit"]:disabled').removeClass('hidden');
showAlert('success');
- clearForm();
+ setTimeout(function(){ clearForm() }, 3000);
$(form).removeClass('disabled');
},
error: function (err) {