Skip to content

Commit

Permalink
Add back in the application.js
Browse files Browse the repository at this point in the history
new CopyToClipboard();
new LockerSizeFilter();
  • Loading branch information
christinach committed Aug 14, 2024
1 parent 7da90eb commit 0762d6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/javascript/entrypoints/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ document.addEventListener('DOMContentLoaded', () => {
for (let i = 0; i < elements.length; i++) {
createMyApp().use(lux).mount(elements[i]);
}
new CopyToClipboard();
new LockerSizeFilter();
});

0 comments on commit 0762d6f

Please sign in to comment.