increase typing delay to 1 second

This commit is contained in:
Ryan Peters 2022-12-01 12:02:46 -05:00
parent 6597c431b1
commit a69c6bdd26

View File

@ -28,7 +28,7 @@ $(function () {
clearTimeout(timer); clearTimeout(timer);
timer = setTimeout(function () { timer = setTimeout(function () {
saveContent(); saveContent();
}, 500); }, 1000);
}); });
// 20 second interval // 20 second interval