Author: pmouawad
Date: Wed Sep 14 21:28:18 2016
New Revision: 1760779

URL: http://svn.apache.org/viewvc?rev=1760779&view=rev
Log:
Fix url 

Modified:
    jmeter/trunk/bin/report-template/content/js/graph.js.fmkr

Modified: jmeter/trunk/bin/report-template/content/js/graph.js.fmkr
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/bin/report-template/content/js/graph.js.fmkr?rev=1760779&r1=1760778&r2=1760779&view=diff
==============================================================================
--- jmeter/trunk/bin/report-template/content/js/graph.js.fmkr (original)
+++ jmeter/trunk/bin/report-template/content/js/graph.js.fmkr Wed Sep 14 
21:28:18 2016
@@ -1341,7 +1341,7 @@ function collapse(elem, collapsed){
             if (isGraph($(elem).find('.flot-chart-content')) == false) {
                 refreshBytesThroughputOverTime(true);
             }
-            document.location.href="#responseTimesOverTime";
+            document.location.href="#bytesThroughputOverTime";
         } else if (elem.id == "bodyLatenciesOverTime") {
             if (isGraph($(elem).find('.flot-chart-content')) == false) {
                 refreshLatenciesOverTime(true);
@@ -1356,7 +1356,7 @@ function collapse(elem, collapsed){
             if (isGraph($(elem).find('.flot-chart-content')) == false) {
                 refreshResponseTimePercentilesOverTime(true);
             }
-            document.location.href="#connectTimeOverTime";
+            document.location.href="#responseTimePercentilesOverTime";
         } else if (elem.id == "bodyResponseTimeDistribution") {
             if (isGraph($(elem).find('.flot-chart-content')) == false) {
                 refreshResponseTimeDistribution();


Reply via email to