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:
authorMarc Neudert <marc.neudert@gmail.com>2017-07-20 18:50:05 +0300
committerStefan Giehl <stefan@piwik.org>2017-07-20 18:50:05 +0300
commit9c7d7ff1c842132bc8f3f0ff8c296eb7d3959c30 (patch)
tree06821b18af66dc55335897b87f27a1bf77e4249d /plugins/Overlay/javascripts
parenteaf1e1536eb374c552d9648931903c431f0aae50 (diff)
removes usage of deprecated jQuery.size() (#11883)
Diffstat (limited to 'plugins/Overlay/javascripts')
-rw-r--r--plugins/Overlay/javascripts/Piwik_Overlay.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Overlay/javascripts/Piwik_Overlay.js b/plugins/Overlay/javascripts/Piwik_Overlay.js
index 8183950542..b409911e49 100644
--- a/plugins/Overlay/javascripts/Piwik_Overlay.js
+++ b/plugins/Overlay/javascripts/Piwik_Overlay.js
@@ -72,7 +72,7 @@ var Piwik_Overlay = (function () {
$sidebar.empty().append($response).show();
- if ($sidebar.find('.overlayNoData').size() == 0) {
+ if (!$sidebar.find('.overlayNoData').length) {
$rowEvolutionLink.show();
$transitionsLink.show();
if ($('#segment').val()) {