From 2ae37c378b50b1ae16c35ce74999b19eb91af07d Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Tue, 9 Oct 2018 11:35:03 -0400 Subject: Bug 1497437 - The crash graph should display Exact Match results by default --- public/metricsgraphics/socorro-lens.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/metricsgraphics/socorro-lens.html b/public/metricsgraphics/socorro-lens.html index 19c75253b..f0c226361 100644 --- a/public/metricsgraphics/socorro-lens.html +++ b/public/metricsgraphics/socorro-lens.html @@ -31,8 +31,8 @@ @@ -174,7 +174,7 @@ }); } - function loadGraph(search, match) { + function loadGraph(search, match = 'exact') { // Get all signatures from the Bugzilla page var signatures = getSignaturesFromURL(search, match); // Initialize chart data -- cgit v1.2.3-24-g4f1b