Skip to content

Commit

Permalink
Put thyme player scripts in the thyme folder, separate load of thyme …
Browse files Browse the repository at this point in the history
…related scripts in application.js and add warning comment.
  • Loading branch information
Frodo161 committed Sep 27, 2023
1 parent 5a3eaac commit 16f09dc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@
//= require talks
//= require terms
//= require tex_preview
//= require upload
//= require users
//= require vertices
//= require watchlists
//= require turbolinks

/*
* THYME RELATED SCRIPTS
* (warning: the order of the scripts is important
* - do not switch to alphabetical order!)
*/
//= require thyme/components/component
//= require thyme/components/add_item_button
//= require thyme/components/add_reference_button
Expand Down Expand Up @@ -81,11 +92,6 @@
//= require thyme/metadata_manager
//= require thyme/resize
//= require thyme/utility
//= require thyme_player
//= require thyme_editor
//= require thyme_feedback
//= require upload
//= require users
//= require vertices
//= require watchlists
//= require turbolinks
//= require thyme/thyme_player
//= require thyme/thyme_editor
//= require thyme/thyme_feedback
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 16f09dc

Please sign in to comment.