This is an automated email from the ASF dual-hosted git repository.

zhangjuntao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 267d30b  fix: analytics (#240)
267d30b is described below

commit 267d30bfee35e9a06ec3940a99f33375dab228a4
Author: Juntao Zhang <[email protected]>
AuthorDate: Sun Mar 7 10:57:50 2021 +0800

    fix: analytics (#240)
---
 themes/docsy/layouts/downloads/baseof.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/docsy/layouts/downloads/baseof.html 
b/themes/docsy/layouts/downloads/baseof.html
index 93b6ad1..2e9b866 100644
--- a/themes/docsy/layouts/downloads/baseof.html
+++ b/themes/docsy/layouts/downloads/baseof.html
@@ -23,7 +23,7 @@
 {{ partial "sidebar-skywalking.html" . }}
 {{ partial "scripts.html" . }}
 <script>
-  $('.dropdown-item').on('click', function (e) {
+  $('.card-wrapper .dropdown-item').on('click', function (e) {
     var label = $(e.target).data('label')
     ga('send', 'event', 'Download Link', 'click', label, {
       nonInteraction: true

Reply via email to