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:
authorStefan Giehl <stefan@piwik.org>2018-05-22 05:16:25 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-05-22 05:16:25 +0300
commit68d3b581cec30a12ef6c1660071c65ba3506d644 (patch)
treedf88bde476ad911af2a40af513f37e07d74252b5 /plugins/CoreHome/javascripts
parent05d5b3010b889ac7cbea12bc9c4e70c98a33ecb0 (diff)
Ensure no tooltip is shown in open limit selection (#12939)
Diffstat (limited to 'plugins/CoreHome/javascripts')
-rw-r--r--plugins/CoreHome/javascripts/dataTable.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CoreHome/javascripts/dataTable.js b/plugins/CoreHome/javascripts/dataTable.js
index 62db8ef1c7..ccc6bf00a1 100644
--- a/plugins/CoreHome/javascripts/dataTable.js
+++ b/plugins/CoreHome/javascripts/dataTable.js
@@ -719,6 +719,8 @@ $.extend(DataTable.prototype, UIControl.prototype, {
}
$limitSelect.material_select();
+
+ $('.limitSelection input', domElem).attr('title', _pk_translate('General_RowsToDisplay'));
}
else {
$('.limitSelection', domElem).hide();