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:
authorrobocoder <anthon.pang@gmail.com>2011-11-04 03:21:10 +0400
committerrobocoder <anthon.pang@gmail.com>2011-11-04 03:21:10 +0400
commitf2e354d25f67b9861034074790f9a5075e049b48 (patch)
treec9de61dfa65c3818967d31dd64d612bd9b839cfe /plugins/SEO
parent3d691a6d33bdb2ba572d14557f49ad8bfbb6c5a6 (diff)
refs #2397 - updating to jQuery 1.7 and event API changes
git-svn-id: http://dev.piwik.org/svn/trunk@5403 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/SEO')
-rw-r--r--plugins/SEO/templates/rank.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SEO/templates/rank.js b/plugins/SEO/templates/rank.js
index c5e0476ff3..806dde55bf 100644
--- a/plugins/SEO/templates/rank.js
+++ b/plugins/SEO/templates/rank.js
@@ -30,7 +30,7 @@ $(document).ready(function() {
}
// click on Rank button
- $('#rankbutton').bind('click', function() {
+ $('#rankbutton').on('click', function() {
getRank();
return false ;
});