From: Kohei Yoshino Date: Tue, 9 Oct 2018 15:35:03 +0000 (-0400) Subject: Bug 1497437 - The crash graph should display Exact Match results by default X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae37c378b50b1ae16c35ce74999b19eb91af07d;p=thirdparty%2Fbugzilla.git Bug 1497437 - The crash graph should display Exact Match results by default --- 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