From 594c1d66157866c757e27d78b71be48b588e64fb Mon Sep 17 00:00:00 2001 From: Jerad Meisner Date: Sat, 7 Jul 2018 02:35:03 -0700 Subject: [PATCH] Don't show more info for weblinks. (#1416) --- src/common/const.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/const.js b/src/common/const.js index 3b34a75c28..b5624dfc7c 100644 --- a/src/common/const.js +++ b/src/common/const.js @@ -49,7 +49,8 @@ export const DOMAINS_HIDE_MORE_INFO = [ 'input_number', 'input_select', 'input_text', - 'scene' + 'scene', + 'weblink' ]; /** Domains that should have the history hidden in the more info dialog. */