Commit 523a6f7dbed13ed6a7100eadf1307279082114c1
1 parent
85a0fe80
ajustes
Showing
1 changed file
with
2 additions
and
2 deletions
js/inline/Readme_en_us.md
@@ -64,8 +64,8 @@ Funifier ._ $ ('body'). On ('click', trigger.selector, function () { | @@ -64,8 +64,8 @@ Funifier ._ $ ('body'). On ('click', trigger.selector, function () { | ||
64 | }); | 64 | }); |
65 | ``` | 65 | ``` |
66 | 66 | ||
67 | -##### Note 1: As we are traqueando the id of the trigger must inform the trigger type as trigger_html, but the server will interpret the id as the id action. | ||
68 | -##### Note 2: If you do the track manually, you must retonar false in pre validate to avoid unexpected behavior, as more than once traquear the same event. | 67 | +##### Note 1: When we are using the id of the "trigger", must inform the trigger type attribute as "TRIGGER_HTML" in function "Funifier.track()" |
68 | +##### Note 2: If you do the "track" manually, you must return false in pre validate to avoid unexpected behavior, for example register "track" more than once | ||
69 | 69 | ||
70 | --- | 70 | --- |
71 | 71 |