mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Adding GA-tracker on switching between static and dynamic backgroundcolor
This commit is contained in:
@@ -913,6 +913,7 @@ function addDynamicListeners() {
|
||||
Crypt.set_background_color(document.querySelector("#background_color_choser").value);
|
||||
Helper.removeClass(".background_color_container", "hide");
|
||||
}
|
||||
ga('send', 'event', "button-click", "color-change");
|
||||
});
|
||||
|
||||
addListener("change", "#background_color_choser", function() {
|
||||
|
||||
Reference in New Issue
Block a user