You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2020/06/02 20:58:37 UTC

[incubator-flagon-useralejs] branch zipkinExample updated: fixes broken button

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

poorejc pushed a commit to branch zipkinExample
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/zipkinExample by this push:
     new 2ce1a9a  fixes broken button
2ce1a9a is described below

commit 2ce1a9a6a7e807e7b631875a81960b721bffae70
Author: poorejc <po...@apache.org>
AuthorDate: Tue Jun 2 16:58:17 2020 -0400

    fixes broken button
---
 example/zipkinExample/browser.js | 2 +-
 example/zipkinExample/bundle.js  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/zipkinExample/browser.js b/example/zipkinExample/browser.js
index 328eb58..49334ad 100644
--- a/example/zipkinExample/browser.js
+++ b/example/zipkinExample/browser.js
@@ -39,4 +39,4 @@ window.userale.filter(function (log) {
   return !type_array.includes(log.type) && !logType_array.includes(log.logType);
 });
 
-document.getElementById('theButton').addEventListener('click', () => ziptest, false);
+document.getElementById('theButton').addEventListener('click', () => ziptest(), false);
diff --git a/example/zipkinExample/bundle.js b/example/zipkinExample/bundle.js
index f084d03..9fad6b9 100644
--- a/example/zipkinExample/bundle.js
+++ b/example/zipkinExample/bundle.js
@@ -41,7 +41,7 @@ window.userale.filter(function (log) {
   return !type_array.includes(log.type) && !logType_array.includes(log.logType);
 });
 
-document.getElementById('theButton').addEventListener('click', () => ziptest, false);
+document.getElementById('theButton').addEventListener('click', () => ziptest(), false);
 
 }).call(this,require('_process'))
 },{"./recorder":18,"_process":6,"browser-process-hrtime":2,"zipkin":17,"zipkin-instrumentation-fetch":13}],2:[function(require,module,exports){