From 33c984aef2e8be7ce7e71ff0eb1dcd57b2db055f Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Mon, 7 Aug 2017 22:02:08 -0700 Subject: [PATCH] false -> null search option --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1f2cdb4..09bc487 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ ['Look', 'Photos', 'P', 'https://photos.google.com', '/search/{}', '#34a853'], ['Look', 'Unsplash', 'u', 'https://unsplash.com/new', '/search/{}', '#000'], ['Lurk', 'Facebook', 'f', 'https://www.facebook.com', '/search/top/?q={}', '#3b5998'], - ['Lurk', 'Instagram', 'i', 'https://www.instagram.com', false, '#833ab4'], + ['Lurk', 'Instagram', 'i', 'https://www.instagram.com', null, '#833ab4'], ['Lurk', 'Reddit', 'r', 'https://www.reddit.com', '/search?q={}', '#5f99cf'], ['Lurk', 'Twitter', 't', 'https://twitter.com', '/search?q={}', '#1da1f2'], ['Listen', 'Hypem', 'h', 'https://hypem.com/popular', '/search/{}', '#83c441'],