From 2bf257d4559190038f10a2da7fc72abd8a45ba54 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 29 Jan 2013 18:59:38 -0500 Subject: [PATCH] add more time choices --- javascript/background.js | 2 +- views/options.html | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/javascript/background.js b/javascript/background.js index 36974bc..ed52f43 100644 --- a/javascript/background.js +++ b/javascript/background.js @@ -11,7 +11,7 @@ var CONSTANTS = { * @type {Array.} * @const */ - TIMES: [-1, 1, 2, 24, 168], + TIMES: [-1, 1, 2, 24, 168, 336, 720], /** * The default time (in hours) * @type {number} diff --git a/views/options.html b/views/options.html index 2c508f4..a555e8f 100644 --- a/views/options.html +++ b/views/options.html @@ -26,27 +26,37 @@
-
+
-
+
-
+
-
+
+
+ +
+
+ +
+ +
+
+
-- 2.39.2