diff --git a/index.html b/index.html index 4a8f0ef..b63364d 100644 --- a/index.html +++ b/index.html @@ -733,6 +733,20 @@

Zistili sme, že Váš prehliadač nepodporuje JavaScript

+ + + + diff --git a/js/request-generator-app.js b/js/request-generator-app.js index f37ce6f..34914e0 100644 --- a/js/request-generator-app.js +++ b/js/request-generator-app.js @@ -281,6 +281,7 @@ RequestGeneratorApp.prototype = { { var hash = location.hash.replace( /^#/, '').replace(/&action-.*/, ''); location.hash = hash + '&action-send'; + fbq('track', 'CompleteRegistration'); }, initForm: function() {