From dae3bcc4249c0c98f19df2a3cab671773942f887 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Mar 2014 15:10:19 -0400 Subject: Options: update status text on save Move to the right side of the save button and show it for a longer amount of time. --- options.html | 2 +- options.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/options.html b/options.html index 47bd92f..8cbf895 100644 --- a/options.html +++ b/options.html @@ -38,8 +38,8 @@
-
+
diff --git a/options.js b/options.js index 23bb4c5..b1d1192 100644 --- a/options.js +++ b/options.js @@ -11,7 +11,7 @@ function save_options() { status.textContent = 'Options saved.'; setTimeout(function() { status.textContent = ''; - }, 750); + }, 1000); }); } -- cgit v1.2.3