diff --git a/script.js b/script.js index 0b4471a..32793d6 100644 --- a/script.js +++ b/script.js @@ -404,7 +404,7 @@ $().ready(function() { location.hash = '#' + note.id; }); console.log('Event handlers initialized; starting interval timer'); - setInterval(tick, 5000); + setInterval(tick, 4000); }); function togglePanelLeft(force) {