From a69c6bdd26712c9f14b58c8aa570b5688f2c471a Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Thu, 1 Dec 2022 12:02:46 -0500 Subject: [PATCH] increase typing delay to 1 second --- wwwroot/js/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/js/site.js b/wwwroot/js/site.js index 7f62fd2..654b0ca 100644 --- a/wwwroot/js/site.js +++ b/wwwroot/js/site.js @@ -28,7 +28,7 @@ $(function () { clearTimeout(timer); timer = setTimeout(function () { saveContent(); - }, 500); + }, 1000); }); // 20 second interval