From 4a87a4f0025661ee714698caffe8110e04faab1f Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Thu, 1 Jun 2017 00:19:09 -0700 Subject: [PATCH] newTab was getting annoying --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6ac4d76..e3c9ba4 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@ suggestionsLimit: 4, // open queries in a new tab. - newTab: true, + newTab: false, // the delimiter between the hours and minutes in the clock. clockDelimiter: ' ',