Skip to content

Commit

Permalink
Fixed events library js location
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Oct 11, 2023
1 parent 6296ad1 commit e2a84bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/stanford_events/stanford_events.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ event_node:
dist/css/stanford_events.node.css: {}

js:
dist/js/stanford_events.node.behaviors.js: {}
lib/js/stanford_events.js: {}
dependencies:
- core/jquery
- core/drupal
Expand All @@ -60,7 +60,7 @@ event_views:
dist/css/stanford_events.views.css: {}
dist/css/stanford_events.event-filter-menu.css: {}
js:
dist/js/stanford_events.node.behaviors.js: {}
lib/js/stanford_events.js: {}
dependencies:
- core/jquery

Expand Down

0 comments on commit e2a84bc

Please sign in to comment.