diff --git a/plugins/CoreHome/javascripts/dataTable.js b/plugins/CoreHome/javascripts/dataTable.js index 839ae165e0c9f856d58fdcdbbbd6aca44aa411cb..3cdc9e709dda8751c5418d5ebd393d49d729669a 100644 --- a/plugins/CoreHome/javascripts/dataTable.js +++ b/plugins/CoreHome/javascripts/dataTable.js @@ -226,7 +226,7 @@ $.extend(DataTable.prototype, UIControl.prototype, { delete self.param.filter_limit; } - delete self.param.show_title; + delete self.param.showtitle; var container = $('#' + self.workingDivId + ' .piwik-graph');