Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserSettings/templates/datatable.js')
-rw-r--r--plugins/UserSettings/templates/datatable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserSettings/templates/datatable.js b/plugins/UserSettings/templates/datatable.js
index 57af701990..aa324b35f8 100644
--- a/plugins/UserSettings/templates/datatable.js
+++ b/plugins/UserSettings/templates/datatable.js
@@ -233,7 +233,7 @@ function bindDataTableEvent( indexDiv )
$('.exportToFormat', this).attr( 'href', function(){
var format = $(this).attr('format');
- var method = $(this).attr('method');
+ var method = $(this).attr('methodToCall');
var filter_limit = $(this).attr('filter_limit');
var str = '?module=API'