diff --git a/README.md b/README.md index b6b3e53f3..74f802a29 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ If you encounter a bug, or have a feature request - send me a message on Reddit, # credits Montydrei for the name suggestion + Everyone who provided valuable feedback on the original reddit post for the prototype of this website + Contributors that have helped with implementing various features, adding themes and more. # support diff --git a/src/js/userconfig.js b/src/js/userconfig.js index a7aca7734..3b4b63782 100644 --- a/src/js/userconfig.js +++ b/src/js/userconfig.js @@ -115,6 +115,7 @@ async function saveConfigToDB() { 4000 ); } + return; } ); }