1. Improved the behavior when the switch of parameter happens.
This commit is contained in:
parent
ab93f1df63
commit
7dd38fc00d
1 changed files with 8 additions and 1 deletions
|
@ -51,15 +51,22 @@ $(document).ready(function() {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$("#body").empty().html("Loading " + selectedValue + " ...");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This piece of code is not executed at all because the redirect happens before there is a chance
|
* This piece of code is not executed at all because the redirect happens before there is a chance
|
||||||
* to render the below contents.
|
* to render the below contents.
|
||||||
* */
|
* */
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
$("#comparisonParameter").text("Total Number of " + selectedValue);
|
$("#comparisonParameter").text("Total Number of " + selectedValue);
|
||||||
$('#yaxislabel').html("Number of " + selectedValue).mbFlipText(false);
|
$('#yaxislabel').html("Number of " + selectedValue).mbFlipText(false);
|
||||||
$('#yaxislabel').css("color", "#595B5B");
|
$('#yaxislabel').css("color", "#595B5B");
|
||||||
$('#comparisonHeader').html(selectedValue).css('font-weight', 'bold');
|
$('#comparisonHeader').html(selectedValue).css('font-weight', 'bold');
|
||||||
|
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue