extension-examples icon indicating copy to clipboard operation
extension-examples copied to clipboard

Update vanilla js counter

Open alex-christiansen opened this issue 10 months ago • 1 comments

The vanilla JS extension was not working because the inline event handler for the button counter was violating the CSP set by Looker. I updated the HTML, removing the inline event handler, added an ID to the button, and added an event handler outside of the HTML. I also added a missing package

alex-christiansen avatar Jan 20 '25 18:01 alex-christiansen