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.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.js') 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