diff --git a/index.html b/index.html index 2731afc..4b6103e 100644 --- a/index.html +++ b/index.html @@ -411,7 +411,7 @@ done : function(completeQ) { if (completeQ) { $('#pairwise_start_btn').html(''); - var txt = "max/average/min (sorted)"; + var txt = "max/average/min (sorted by ranking)"; $('#pairwise_status').html(txt); $('#MSApairwise').removeClass('plot_border'); UpdatePairwisePlot(); @@ -802,7 +802,7 @@