+1
Ever have an issue with oninit action loading more than once?
<!-- On Init Action -->
This simple code will load an alert message 3x's on load within my app.
Anything you can tell me that would be causing it to do this?
This simple code will load an alert message 3x's on load within my app.
Anything you can tell me that would be causing it to do this?
Customer support service by UserEcho
< action name="oninit" oninit="yes" >
< alert message="test" />
</ action >
Are you seeing this happen even without a content update?