/* Ensighten Manage Training */ /* Apply - Module 22 - Code Snippets */ #################################################### Ensighten Custom Named Events - Helpful QA Snippet #################################################### // Execute this in your console before triggering the Ensighten custom event // Then look in the console after triggering the event to see if the event really did fire // Be sure to swap out both instances of "insertCustomEventNameHere" with the actual Ensighten custom event name Bootstrapper.ensEvent.add("insertCustomEventNameHere", function(){ console.log("Custom Ensighten Event Fired: " + "insertCustomEventNameHere"); });