about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2025-03-29 23:25:10 -0400
committerelioat <elioat@tilde.institute>2025-03-29 23:25:10 -0400
commit1e8962e1be2b3eb09328b76bb9bc2fa42848a752 (patch)
tree4943afac5a532aa7d6ae24af60b8581739247024
parent752545e3350096d7afee89d14623f9a9f9f5076e (diff)
downloadtour-1e8962e1be2b3eb09328b76bb9bc2fa42848a752.tar.gz
*
-rw-r--r--js/leibovitz/color.js3
-rw-r--r--js/leibovitz/index.html2
2 files changed, 4 insertions, 1 deletions
diff --git a/js/leibovitz/color.js b/js/leibovitz/color.js
index 8d14b83..136638f 100644
--- a/js/leibovitz/color.js
+++ b/js/leibovitz/color.js
@@ -29,6 +29,9 @@ const ColorManager = {
 
             // Reset contrast
             ContrastManager.reset();
+
+            // Reset blur
+            BlurManager.reset();
         });
     },
 
diff --git a/js/leibovitz/index.html b/js/leibovitz/index.html
index 0f430f0..1c30335 100644
--- a/js/leibovitz/index.html
+++ b/js/leibovitz/index.html
@@ -4,7 +4,7 @@
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>Leibovitz</title>
-    <meta name="description" content="Leibovitz is a web-based camera that lets you capture photos with custom color tints.">
+    <meta name="description" content="Leibovitz is a web-based camera that lets you make fun photos.">
     <link rel="apple-touch-icon" sizes="57x57" href="apple-icon-57x57.png">
     <link rel="apple-touch-icon" sizes="60x60" href="apple-icon-60x60.png">
     <link rel="apple-touch-icon" sizes="72x72" href="apple-icon-72x72.png">