Hi!
Using: CB 2.0.7 and latest CB Auto Action in Joomla 3.4 environment.
I setup a CB Auto Action
Trigger: After Profile Edit Display(also tried Before Profile Edit display)
type Code (JS Inline)
User
No Conditions
Code:
$("#rt-logo").click(function(event) {
event.stopPropagation();
});
If I load the profile edit page the code gets injected but it is commented out
Code:
<!--
$("#rt-logo").click(function(event) {
event.stopPropagation();
console.log("test");
});
...-->
Any ideas why this is the case? In CB Options jQuery and jQuery migrate are enabled.
Cheers
Frank