Skip to content

Commit

Permalink
Merge pull request #296 from jonathanhefner/turbo-esm
Browse files Browse the repository at this point in the history
Use ESM version of Turbo
  • Loading branch information
jonathanhefner authored Sep 1, 2023
2 parents 3c47224 + 5687727 commit bb1482c
Show file tree
Hide file tree
Showing 2 changed files with 3,579 additions and 3,608 deletions.
2 changes: 1 addition & 1 deletion lib/rdoc/generator/template/rails/_head.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<script src="/js/jquery-3.5.1.min.js" type="text/javascript"></script>
<script src="/js/main.js" type="text/javascript"></script>
<script src="/js/@hotwired--turbo.js" type="text/javascript"></script>
<script src="/js/@hotwired--turbo.js" type="module"></script>
<script src="/js/search_index.js" type="text/javascript"></script>
<script src="/js/searcher.js" type="text/javascript"></script>
<script src="/panel/tree.js" type="text/javascript"></script>
Expand Down
Loading

0 comments on commit bb1482c

Please sign in to comment.