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,16 +51,23 @@ $(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
|
||||
* to render the below contents.
|
||||
* */
|
||||
|
||||
/*
|
||||
|
||||
$("#comparisonParameter").text("Total Number of " + selectedValue);
|
||||
$('#yaxislabel').html("Number of " + selectedValue).mbFlipText(false);
|
||||
$('#yaxislabel').css("color", "#595B5B");
|
||||
$('#comparisonHeader').html(selectedValue).css('font-weight', 'bold');
|
||||
|
||||
|
||||
*/
|
||||
|
||||
});
|
||||
|
||||
$("input[type=checkbox].easyDeselectCheckbox").live('click', function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue