Skip to content

Commit

Permalink
Merge 12d9ce1 into a45f6e9
Browse files Browse the repository at this point in the history
  • Loading branch information
orjoola committed Nov 3, 2013
2 parents a45f6e9 + 12d9ce1 commit e487d72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/joolaio.visualisation.report.Table.js
Expand Up @@ -1734,8 +1734,8 @@ joolaio.visualisation.report.Table.prototype.update = function (sender) {
else {
$('.japi.primarydimension').removeClass('on');
$('.drilldownlink').off('click');
$('.drilldownlink').addClass('disabled');
$('.drilldownlink').parent().addClass('disabled');
$('.drilldownlink').addClass('disabled fullopacity');
$('.drilldownlink').parent().addClass('disabled fullopacity');

}

Expand Down Expand Up @@ -2193,8 +2193,8 @@ joolaio.visualisation.report.Table.prototype.draw = function (Container) {
else {
$('.japi.primarydimension').removeClass('on');
$('.drilldownlink').off('click');
$('.drilldownlink').addClass('disabled');
$('.drilldownlink').parent().addClass('disabled');
$('.drilldownlink').addClass('disabled fullopacity');
$('.drilldownlink').parent().addClass('disabled fullopacity');


}
Expand Down

0 comments on commit e487d72

Please sign in to comment.